Skip to content

Commit bcf2035

Browse files
committed
use git dependencies for CI
Signed-off-by: Arthur Gautier <[email protected]>
1 parent 575f2df commit bcf2035

File tree

2 files changed

+13
-20
lines changed

2 files changed

+13
-20
lines changed

Cargo.lock

+7-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,9 @@ x509-cert = { path = "./x509-cert" }
6060
x509-ocsp = { path = "./x509-ocsp" }
6161

6262
# Temp patches to external crates
63-
ecdsa = { git = "https://github.com/RustCrypto/signatures" }
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" }

0 commit comments

Comments
 (0)