Skip to content

Commit 28dec85

Browse files
authored
ecdsa,elliptic-curve,rsa: use master branch (#1501)
Sources these crates from the `master` branch of their respective repos
1 parent 3fb883b commit 28dec85

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ x509-cert = { path = "./x509-cert" }
6060
x509-ocsp = { path = "./x509-ocsp" }
6161

6262
# Temp patches to external crates
63-
# https://github.com/RustCrypto/signatures/pull/851
64-
ecdsa = { git = "https://github.com/baloo/signatures", branch = "baloo/pkcs8/api-change" }
65-
# https://github.com/RustCrypto/RSA/pull/446
66-
rsa = { git = "https://github.com/baloo/RSA", branch = "baloo/pkcs8/api-changes" }
67-
# https://github.com/RustCrypto/traits/pull/1650
68-
elliptic-curve = { git = "https://github.com/baloo/traits.git", branch ="baloo/elliptic-curve/pkcs8-API-break" }
63+
ecdsa = { git = "https://github.com/RustCrypto/signatures" }
64+
elliptic-curve = { git = "https://github.com/RustCrypto/traits" }
65+
rsa = { git = "https://github.com/RustCrypto/RSA" }

0 commit comments

Comments
 (0)