We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f3bac commit 6b0f550Copy full SHA for 6b0f550
rand_chacha/CHANGELOG.md
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
## [Unreleased]
8
-- Made `rand_chacha` propagate the `std` and `getrandom` features down to `rand_core`
+- Made `rand_chacha` propagate the `std` feature down to `rand_core`
9
10
## [0.3.1] - 2021-06-09
11
- add getters corresponding to existing setters: `get_seed`, `get_stream` (#1124)
rand_chacha/Cargo.toml
@@ -26,6 +26,5 @@ serde_json = "1.0"
26
[features]
27
default = ["std"]
28
std = ["ppv-lite86/std", "rand_core/std"]
29
-getrandom = ["rand_core/getrandom"]
30
simd = [] # deprecated
31
serde1 = ["serde"]
0 commit comments