Skip to content

Commit

Permalink
elliptic-curve: use pkcs8 crate's v0.1 release (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Dec 5, 2020
1 parent 2425c99 commit 2221f59
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@ members = [
"signature/async",
"universal-hash",
]

[patch.crates-io]
pkcs8 = { git = "https://github.com/RustCrypto/utils.git" }
2 changes: 1 addition & 1 deletion elliptic-curve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ digest = { version = "0.9", optional = true }
ff = { version = "0.8", optional = true, default-features = false }
group = { version = "0.8", optional = true, default-features = false }
generic-array = { version = "0.14", default-features = false }
pkcs8 = { version = "0", optional = true }
pkcs8 = { version = "0.1", optional = true }
rand_core = { version = "0.5", default-features = false }
subtle = { version = "2.3", default-features = false }
zeroize = { version = "1", optional = true, default-features = false }
Expand Down

0 comments on commit 2221f59

Please sign in to comment.