Skip to content

Commit 265696b

Browse files
committed
Bump crypto-bigint to 0.6.0-pre.6
1 parent 47e1ca8 commit 265696b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Changed
1010

11-
- Bumped `crypto-bigint` to 0.6.0-pre.5. ([#38])
11+
- Bumped `crypto-bigint` to 0.6.0-pre.6. ([#38])
1212
- Bumped MSRV to 1.73. (#[38])
1313
- `MillerRabin::new()` takes an `Odd`-wrapped integer. `random_odd_uint()` is renamed to `random_odd_integer()`, takes a `NonZeroU32` for `bit_length`, and returns an `Odd`-wrapped integer. `LucasBase::generate()` takes an `Odd`-wrapped integer. `lucas_test` takes an `Odd`-wrapped integer. (#[38])
1414
- All bit length-type parameters take `u32` instead of `usize`. (#[38])

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories = ["cryptography", "no-std"]
1010
rust-version = "1.73"
1111

1212
[dependencies]
13-
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint", default-features = false, features = ["alloc", "rand_core"], rev = "49b54aa8ffad62b071237bdef0f0b316a1a946dc" }
13+
crypto-bigint = { version = "0.6.0-pre.6", default-features = false, features = ["rand_core"] }
1414
rand_core = { version = "0.6.4", default-features = false }
1515
openssl = { version = "0.10.39", optional = true, features = ["vendored"] }
1616
rug = { version = "1.18", default-features = false, features = ["integer"], optional = true }

0 commit comments

Comments
 (0)