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 b8d14ae commit 4066b7fCopy full SHA for 4066b7f
1 file changed
der/Cargo.toml
@@ -18,6 +18,7 @@ rust-version = "1.85"
18
19
[dependencies]
20
arbitrary = { version = "1.4", features = ["derive"], optional = true }
21
+derive_arbitrary = { version = "1.4.2", optional = true } # Fixup for minimal-versions
22
bytes = { version = "1", optional = true, default-features = false }
23
const-oid = { version = "0.10", optional = true }
24
der_derive = { version = "0.8", optional = true }
0 commit comments