Skip to content

Commit 0847f5c

Browse files
committed
Fetch "rsa" crate from git
For compatibility with pkcs8-0.11: RustCrypto/RSA#446
1 parent 2af1598 commit 0847f5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ crate-type = ["cdylib", "rlib"]
2323
bitcoin_hashes = "0.14.0"
2424
data-encoding = "2.6.0"
2525
pyo3 = "0.22.2"
26-
rsa = "0.10.0-pre.2"
26+
# For compatibility with pkcs8-0.11: https://github.com/RustCrypto/RSA/pull/446
27+
rsa = { git = "https://github.com/RustCrypto/RSA.git", rev = "aeedb5adf5297892fcb9e11f7c0f6c0157005c58" }
2728

2829
[dev-dependencies]
2930
rand = "0.8.5"

0 commit comments

Comments
 (0)