File tree 2 files changed +6
-5
lines changed 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ordered-float"
3
- version = " 4.3 .0"
3
+ version = " 4.4 .0"
4
4
authors = [
5
5
" Jonathan Reem <jonathan.reem@gmail.com>" ,
6
6
" Matt Brubeck <mbrubeck@limpet.net>" ,
Original file line number Diff line number Diff line change @@ -20,17 +20,18 @@ ordered-float = { version = "4.0", default-features = false }
20
20
The following optional features can be enabled in ` Cargo.toml ` :
21
21
22
22
* ` arbitrary ` : Implements the ` arbitrary::Arbitrary ` trait.
23
- * ` bytemuck ` : Adds implementations for traits provided by the ` bytemuck ` crate.
24
23
* ` borsh ` : Adds implementations for traits provided by the ` borsh ` crate.
24
+ * ` bytemuck ` : Adds implementations for traits provided by the ` bytemuck ` crate.
25
+ * ` derive-visitor ` : Adds implementations for traits provided by the ` derive-visitor ` crate.
25
26
* ` num-cmp ` : Implements the ` num_cmp::NumCmp ` trait.
26
- * ` rand ` : Adds implementations for various distribution types provided by the ` rand ` crate.
27
- * ` serde ` : Implements the ` serde::Serialize ` and ` serde::Deserialize ` traits.
28
- * ` schemars ` : Implements the ` schemars::JsonSchema ` trait.
29
27
* ` proptest ` : Implements the ` proptest::Arbitrary ` trait.
28
+ * ` rand ` : Adds implementations for various distribution types provided by the ` rand ` crate.
30
29
* ` rkyv_16 ` : Implements ` rkyv ` 's ` Archive ` , ` Serialize ` and ` Deserialize ` traits with ` size_16 ` .
31
30
* ` rkyv_32 ` : Implements ` rkyv ` 's ` Archive ` , ` Serialize ` and ` Deserialize ` traits with ` size_32 ` .
32
31
* ` rkyv_64 ` : Implements ` rkyv ` 's ` Archive ` , ` Serialize ` and ` Deserialize ` traits with ` size_64 ` .
33
32
* ` rkyv_ck ` : Implements the ` bytecheck::CheckBytes ` trait.
33
+ * ` schemars ` : Implements the ` schemars::JsonSchema ` trait.
34
+ * ` serde ` : Implements the ` serde::Serialize ` and ` serde::Deserialize ` traits.
34
35
* ` speedy ` : Implements ` speedy ` 's ` Readable ` and ` Writable ` traits.
35
36
36
37
## License
You can’t perform that action at this time.
0 commit comments