fido-common: Fix serde_with version to support serde fork

main
Nick Zana 2 years ago
parent cfc7856894
commit 7f98c2779a

@ -9,7 +9,8 @@ edition = "2021"
ciborium = { version = "0.2.1", default-features = false, optional = true }
coset = { version = "0.3.4", default-features = false }
serde = { version = "=1.0.136", features = ["derive"], optional = true }
serde_with = { path = "../../../serde_with/serde_with", optional = true }
# Version <= to support older serde
serde_with = { version = "<=2.2.0", optional = true }
bitflags = { version = "2.2.1", default-features = false, optional = true }
[features]

Loading…
Cancel
Save