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 b3ba6bc commit 574347dCopy full SHA for 574347d
CHANGELOG.md
@@ -11,6 +11,11 @@ Entries are listed in reverse chronological order.
11
Sprenkels which utilises the original `black_box` functionality from
12
when subtle was first written, which has now found it's way into the
13
Rust standard library.
14
+* Add new `const-generics` feature from @survived which adds support
15
+ for subtle traits for generic arrays `[T; N]`.
16
+* Add new feature for supporting `core::cmp::Ordering` for types which
17
+ implement subtle traits, patch from @tarcieri.
18
+* Update `rand` dependency to 0.8.
19
20
## 2.4.1
21
0 commit comments