Skip to content

Commit

Permalink
Merge pull request #141 from Xynnn007/fix-rsa-dependency
Browse files Browse the repository at this point in the history
fix: update rsa dependency to stable version 0.7.0
  • Loading branch information
flavio authored Oct 11, 2022
2 parents 32acbf0 + 7d5acd4 commit ad2f4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ digest = "0.10.3"
signature = { version = "1.5.0", features = [ "digest-preview" ] }
ed25519 = { version = "1", features = [ "alloc" ] }
ed25519-dalek-fiat = "0.1.0"
rsa = "0.7.0-rc.1"
rsa = "0.7.0"
pkcs1 = "0.4.0"

[dev-dependencies]
Expand Down

0 comments on commit ad2f4e0

Please sign in to comment.