Skip to content

Commit 324b3e1

Browse files
committed
Version 4.4.0
1 parent dc0269e commit 324b3e1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ordered-float"
3-
version = "4.3.0"
3+
version = "4.4.0"
44
authors = [
55
"Jonathan Reem <[email protected]>",
66
"Matt Brubeck <[email protected]>",

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,18 @@ ordered-float = { version = "4.0", default-features = false }
2020
The following optional features can be enabled in `Cargo.toml`:
2121

2222
* `arbitrary`: Implements the `arbitrary::Arbitrary` trait.
23-
* `bytemuck`: Adds implementations for traits provided by the `bytemuck` crate.
2423
* `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.
2526
* `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.
2927
* `proptest`: Implements the `proptest::Arbitrary` trait.
28+
* `rand`: Adds implementations for various distribution types provided by the `rand` crate.
3029
* `rkyv_16`: Implements `rkyv`'s `Archive`, `Serialize` and `Deserialize` traits with `size_16`.
3130
* `rkyv_32`: Implements `rkyv`'s `Archive`, `Serialize` and `Deserialize` traits with `size_32`.
3231
* `rkyv_64`: Implements `rkyv`'s `Archive`, `Serialize` and `Deserialize` traits with `size_64`.
3332
* `rkyv_ck`: Implements the `bytecheck::CheckBytes` trait.
33+
* `schemars`: Implements the `schemars::JsonSchema` trait.
34+
* `serde`: Implements the `serde::Serialize` and `serde::Deserialize` traits.
3435
* `speedy`: Implements `speedy`'s `Readable` and `Writable` traits.
3536

3637
## License

0 commit comments

Comments
 (0)