Skip to content

Commit

Permalink
Standardize version format
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Jan 13, 2025
1 parent a1f81c1 commit 2f378a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bitwarden-fido/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ bitwarden-core = { workspace = true }
bitwarden-crypto = { workspace = true }
bitwarden-vault = { workspace = true }
chrono = { workspace = true }
coset = { version = ">=0.3.7, <0.4" }
coset = ">=0.3.7, <0.4"
itertools = ">=0.13.0, <0.14"
log = ">=0.4.18, <0.5"
p256 = { version = ">=0.13.2, <0.14" }
p256 = ">=0.13.2, <0.14"
passkey = { git = "https://github.com/bitwarden/passkey-rs", rev = "ff757604cd7b4e8f321ed1616fef7e40e21ac5df" }
passkey-client = { git = "https://github.com/bitwarden/passkey-rs", rev = "ff757604cd7b4e8f321ed1616fef7e40e21ac5df", features = [
"android-asset-validation",
Expand Down

0 comments on commit 2f378a0

Please sign in to comment.