|
1 | 1 | [workspace.package] |
2 | | -version = "0.5.1" |
| 2 | +version = "0.5.2" |
3 | 3 | authors = [ |
4 | 4 | "William Brown <[email protected]>", |
5 | 5 | "Michael Farrell <[email protected]>", |
@@ -56,14 +56,14 @@ exclude = ["compat_tester/webauthn-rs-demo-wasm", "tutorial/wasm"] |
56 | 56 |
|
57 | 57 | [workspace.dependencies] |
58 | 58 | # 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" } |
67 | 67 |
|
68 | 68 | # Currently un-released |
69 | 69 | cable-tunnel-server-common = { path = "./cable-tunnel-server/common", version = "0.1.0" } |
|
0 commit comments