We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af1598 commit 0847f5cCopy full SHA for 0847f5c
Cargo.toml
@@ -23,7 +23,8 @@ crate-type = ["cdylib", "rlib"]
23
bitcoin_hashes = "0.14.0"
24
data-encoding = "2.6.0"
25
pyo3 = "0.22.2"
26
-rsa = "0.10.0-pre.2"
+# For compatibility with pkcs8-0.11: https://github.com/RustCrypto/RSA/pull/446
27
+rsa = { git = "https://github.com/RustCrypto/RSA.git", rev = "aeedb5adf5297892fcb9e11f7c0f6c0157005c58" }
28
29
[dev-dependencies]
30
rand = "0.8.5"
0 commit comments