We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15741c6 commit 3d34e47Copy full SHA for 3d34e47
rust/signed_doc/Cargo.toml
@@ -16,7 +16,7 @@ anyhow = "1.0.95"
16
serde = { version = "1.0.217", features = ["derive"] }
17
serde_json = "1.0.134"
18
coset = "0.3.8"
19
-minicbor = "0.25.1"
+minicbor = { version = "0.25.1", features = ["half"] }
20
brotli = "7.0.0"
21
ed25519-dalek = { version = "2.1.1", features = ["pem", "rand_core"] }
22
uuid = { version = "1.11.0", features = ["v4", "v7", "serde"] }
@@ -31,4 +31,4 @@ rand = "0.8.5"
31
32
[[bin]]
33
name = "signed-docs"
34
-path = "examples/mk_signed_doc.rs"
+path = "examples/mk_signed_doc.rs"
0 commit comments