Skip to content

Commit

Permalink
use git dependencies for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
  • Loading branch information
baloo committed Aug 19, 2024
1 parent 575f2df commit bcf2035
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 20 deletions.
26 changes: 7 additions & 19 deletions Cargo.lock

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

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,9 @@ x509-cert = { path = "./x509-cert" }
x509-ocsp = { path = "./x509-ocsp" }

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

0 comments on commit bcf2035

Please sign in to comment.