Skip to content

Commit 409f49b

Browse files
committed
update libfido2-sys dependency version to 0.2.0
1 parent 00f732d commit 409f49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fido2-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
[dependencies]
1313
thiserror = "1.0.37"
1414
bitflags = "1.3.2"
15-
libfido2-sys = { version = "0.1.0", path = "../libfido2-sys" }
15+
libfido2-sys = { version = "0.2.0", path = "../libfido2-sys" }
1616
openssl = "0.10.45"
1717
foreign-types = "0.3"
1818

0 commit comments

Comments
 (0)