Skip to content

Commit bbd0150

Browse files
Use libwebauthn for JSON parsing
1 parent 03206d2 commit bbd0150

9 files changed

Lines changed: 271 additions & 955 deletions

File tree

credentialsd-common/Cargo.lock

Lines changed: 48 additions & 171 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

credentialsd-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ license = "LGPL-3.0-only"
88
[dependencies]
99
futures-lite = "2.6.0"
1010
# libwebauthn = "0.2"
11-
libwebauthn = { git = "https://github.com/linux-credentials/libwebauthn.git", revision="604b53b", features = ["libnfc","pcsc"] }
11+
libwebauthn = { git = "https://github.com/linux-credentials/libwebauthn.git", rev = "d97c80d25bdb974472c40de5e5031db5946ad532" }
1212
serde = { version = "1", features = ["derive"] }
1313
zvariant = "5.6.0"

0 commit comments

Comments
 (0)