From 96ddb68104e62dc2aa855da070cda3057cc44095 Mon Sep 17 00:00:00 2001 From: Firstyear Date: Fri, 20 Dec 2024 17:54:07 +1000 Subject: [PATCH] Release 0.5.1 (#463) --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 90165354..b9d8f66f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "0.5.0" +version = "0.5.1" authors = [ "William Brown ", "Michael Farrell " @@ -58,14 +58,14 @@ exclude = [ [workspace.dependencies] # These are in release/dependency order. -base64urlsafedata = { path = "./base64urlsafedata", version = "=0.5.0" } -fido-hid-rs = { path = "./fido-hid-rs", version = "=0.5.0" } -webauthn-attestation-ca = { path = "./attestation-ca", version = "=0.5.0" } -webauthn-rs-proto = { path = "./webauthn-rs-proto", version = "=0.5.0" } -fido-mds = { path = "./fido-mds", version = "=0.5.0" } -webauthn-rs-core = { path = "./webauthn-rs-core", version = "=0.5.0" } -webauthn-rs = { path = "./webauthn-rs", version = "=0.5.0" } -webauthn-authenticator-rs = { path = "./webauthn-authenticator-rs", version = "=0.5.0" } +base64urlsafedata = { path = "./base64urlsafedata", version = "=0.5.1" } +fido-hid-rs = { path = "./fido-hid-rs", version = "=0.5.1" } +webauthn-attestation-ca = { path = "./attestation-ca", version = "=0.5.1" } +webauthn-rs-proto = { path = "./webauthn-rs-proto", version = "=0.5.1" } +fido-mds = { path = "./fido-mds", version = "=0.5.1" } +webauthn-rs-core = { path = "./webauthn-rs-core", version = "=0.5.1" } +webauthn-rs = { path = "./webauthn-rs", version = "=0.5.1" } +webauthn-authenticator-rs = { path = "./webauthn-authenticator-rs", version = "=0.5.1" } # Currently un-released cable-tunnel-server-common = { path = "./cable-tunnel-server/common", version = "0.1.0" }