File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ 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 `
9
9
10
10
## [ 0.3.1] - 2021-06-09
11
11
- add getters corresponding to existing setters: ` get_seed ` , ` get_stream ` (#1124 )
Original file line number Diff line number Diff line change @@ -26,6 +26,5 @@ serde_json = "1.0"
26
26
[features ]
27
27
default = [" std" ]
28
28
std = [" ppv-lite86/std" , " rand_core/std" ]
29
- getrandom = [" rand_core/getrandom" ]
30
29
simd = [] # deprecated
31
30
serde1 = [" serde" ]
You can’t perform that action at this time.
0 commit comments