Skip to content

Commit 6f266b7

Browse files
committed
rsa dependency: switch to crates.io
Consume the rsa dependency from crates.io instead of its git repository. Signed-off-by: Flavio Castelli <[email protected]>
1 parent 5b17f87 commit 6f266b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ digest = "0.10.3"
4848
signature = { version = "1.5.0", features = [ "digest-preview" ] }
4949
ed25519 = { version = "1", features = [ "alloc" ] }
5050
ed25519-dalek-fiat = "0.1.0"
51-
rsa = { git = "https://github.com/RustCrypto/RSA", rev = "c880e5f" }
51+
rsa = "0.7.0-rc.1"
5252
pkcs1 = "0.4.0"
5353

5454
[dev-dependencies]

0 commit comments

Comments
 (0)