Skip to content

Commit b34e1e7

Browse files
authored
v0.10.0-rc.10 (#604)
Closes #602
1 parent 9f5888b commit b34e1e7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rsa"
3-
version = "0.10.0-rc.9"
3+
version = "0.10.0-rc.10"
44
authors = ["RustCrypto Developers", "dignifiedquire <[email protected]>"]
55
edition = "2021"
66
description = "Pure Rust RSA implementation"
@@ -37,7 +37,6 @@ base64ct = { version = "1", features = ["alloc"] }
3737
hex-literal = "1"
3838
proptest = "1"
3939
serde_test = "1.0.89"
40-
rand_xorshift = "0.4"
4140
rand = { version = "0.10.0-rc.1", features = ["chacha"] }
4241
rand_core = { version = "0.10.0-rc-2", default-features = false }
4342
sha1 = { version = "0.11.0-rc.3", default-features = false, features = ["oid"] }

0 commit comments

Comments
 (0)