Skip to content

Commit

Permalink
der: bump crypto-bigint to v0.3.0-pre.1 (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Nov 14, 2021
1 parent 9e08b53 commit 1b30cbf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion der/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.56"

[dependencies]
const-oid = { version = "=0.7.0-pre", optional = true, path = "../const-oid" }
crypto-bigint = { version = "0.2", optional = true, features = ["generic-array"] }
crypto-bigint = { version = "=0.3.0-pre.1", optional = true, default-features = false, features = ["generic-array"] }
der_derive = { version = "=0.5.0-pre.1", optional = true, path = "derive" }
pem-rfc7468 = { version = "=0.3.0-pre", optional = true, path = "../pem-rfc7468" }
time = { version = "0.3", optional = true, default-features = false }
Expand Down

0 comments on commit 1b30cbf

Please sign in to comment.