Skip to content

Commit

Permalink
Release 0.5.1 (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firstyear authored Dec 20, 2024
1 parent 22d8fdd commit 96ddb68
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.5.0"
version = "0.5.1"
authors = [
"William Brown <william@blackhats.net.au>",
"Michael Farrell <micolous+git@gmail.com>"
Expand Down Expand Up @@ -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" }
Expand Down

0 comments on commit 96ddb68

Please sign in to comment.