File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
### Changed
8
8
- Updated optional dependencies to latest versions:
9
9
* ` zercopy ` 0.6 -> 0.8
10
+ * ` rand ` 0.8 -> 0.9
11
+ * ` rand_distr ` 0.4 -> 0.5
10
12
11
13
### Added
12
14
- Added support for ` arbitrary ` crate. Fixes [ #110 ] . By [ @FL33TW00D ] .
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ See the [crate documentation](https://docs.rs/half/) for more details.
47
47
- ** ` zerocopy ` ** — Enable ` IntoBytes ` and ` FromBytes ` trait implementations from the
48
48
[ ` zerocopy ` ] ( https://crates.io/crates/zerocopy ) crate.
49
49
50
- - ** ` rand_distr ` ** — Enable sampling from distributions like ` Uniform ` and ` Normal ` from the
51
- [ ` rand_distr ` ] ( https://crates.io/crates/rand_distr ) crate.
50
+ - ** ` rand_distr ` ** — Enable sampling from distributions like ` StandardUniform ` and ` StandardNormal `
51
+ from the [ ` rand_distr ` ] ( https://crates.io/crates/rand_distr ) crate.
52
52
53
53
- ** ` rkyv ` ** -- Enable zero-copy deserializtion with [ ` rkyv ` ] ( https://crates.io/crates/rkyv ) crate.
54
54
Original file line number Diff line number Diff line change 188
188
#![ cfg_attr(
189
189
feature = "rand_distr" ,
190
190
doc = "
191
- [`Distribution`]: rand::distributions ::Distribution"
191
+ [`Distribution`]: rand::distr ::Distribution"
192
192
) ]
193
193
#![ cfg_attr(
194
194
not( feature = "rand_distr" ) ,
195
195
doc = "
196
- [`Distribution`]: https://docs.rs/rand/*/rand/distributions /trait.Distribution.html"
196
+ [`Distribution`]: https://docs.rs/rand/*/rand/distr /trait.Distribution.html"
197
197
) ]
198
198
#![ cfg_attr(
199
199
feature = "arbitrary" ,
You can’t perform that action at this time.
0 commit comments