Skip to content

Commit facb3b8

Browse files
authored
Release 5.2 (#501)
1 parent ebf2095 commit facb3b8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.5.1"
2+
version = "0.5.2"
33
authors = [
44
"William Brown <[email protected]>",
55
"Michael Farrell <[email protected]>",
@@ -56,14 +56,14 @@ exclude = ["compat_tester/webauthn-rs-demo-wasm", "tutorial/wasm"]
5656

5757
[workspace.dependencies]
5858
# These are in release/dependency order.
59-
base64urlsafedata = { path = "./base64urlsafedata", version = "=0.5.1" }
60-
fido-hid-rs = { path = "./fido-hid-rs", version = "=0.5.1" }
61-
webauthn-attestation-ca = { path = "./attestation-ca", version = "=0.5.1" }
62-
webauthn-rs-proto = { path = "./webauthn-rs-proto", version = "=0.5.1" }
63-
fido-mds = { path = "./fido-mds", version = "=0.5.1" }
64-
webauthn-rs-core = { path = "./webauthn-rs-core", version = "=0.5.1" }
65-
webauthn-rs = { path = "./webauthn-rs", version = "=0.5.1" }
66-
webauthn-authenticator-rs = { path = "./webauthn-authenticator-rs", version = "=0.5.1" }
59+
base64urlsafedata = { path = "./base64urlsafedata", version = "=0.5.2" }
60+
fido-hid-rs = { path = "./fido-hid-rs", version = "=0.5.2" }
61+
webauthn-attestation-ca = { path = "./attestation-ca", version = "=0.5.2" }
62+
webauthn-rs-proto = { path = "./webauthn-rs-proto", version = "=0.5.2" }
63+
fido-mds = { path = "./fido-mds", version = "=0.5.2" }
64+
webauthn-rs-core = { path = "./webauthn-rs-core", version = "=0.5.2" }
65+
webauthn-rs = { path = "./webauthn-rs", version = "=0.5.2" }
66+
webauthn-authenticator-rs = { path = "./webauthn-authenticator-rs", version = "=0.5.2" }
6767

6868
# Currently un-released
6969
cable-tunnel-server-common = { path = "./cable-tunnel-server/common", version = "0.1.0" }

0 commit comments

Comments
 (0)