Skip to content

Commit 6b0f550

Browse files
committed
Removed getrandom feature
1 parent c8f3bac commit 6b0f550

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rand_chacha/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
- Made `rand_chacha` propagate the `std` and `getrandom` features down to `rand_core`
8+
- Made `rand_chacha` propagate the `std` feature down to `rand_core`
99

1010
## [0.3.1] - 2021-06-09
1111
- add getters corresponding to existing setters: `get_seed`, `get_stream` (#1124)

rand_chacha/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ serde_json = "1.0"
2626
[features]
2727
default = ["std"]
2828
std = ["ppv-lite86/std", "rand_core/std"]
29-
getrandom = ["rand_core/getrandom"]
3029
simd = [] # deprecated
3130
serde1 = ["serde"]

0 commit comments

Comments
 (0)