Skip to content

Commit

Permalink
Version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Oct 16, 2024
1 parent dc0269e commit 324b3e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ordered-float"
version = "4.3.0"
version = "4.4.0"
authors = [
"Jonathan Reem <jonathan.reem@gmail.com>",
"Matt Brubeck <mbrubeck@limpet.net>",
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,18 @@ ordered-float = { version = "4.0", default-features = false }
The following optional features can be enabled in `Cargo.toml`:

* `arbitrary`: Implements the `arbitrary::Arbitrary` trait.
* `bytemuck`: Adds implementations for traits provided by the `bytemuck` crate.
* `borsh`: Adds implementations for traits provided by the `borsh` crate.
* `bytemuck`: Adds implementations for traits provided by the `bytemuck` crate.
* `derive-visitor`: Adds implementations for traits provided by the `derive-visitor` crate.
* `num-cmp`: Implements the `num_cmp::NumCmp` trait.
* `rand`: Adds implementations for various distribution types provided by the `rand` crate.
* `serde`: Implements the `serde::Serialize` and `serde::Deserialize` traits.
* `schemars`: Implements the `schemars::JsonSchema` trait.
* `proptest`: Implements the `proptest::Arbitrary` trait.
* `rand`: Adds implementations for various distribution types provided by the `rand` crate.
* `rkyv_16`: Implements `rkyv`'s `Archive`, `Serialize` and `Deserialize` traits with `size_16`.
* `rkyv_32`: Implements `rkyv`'s `Archive`, `Serialize` and `Deserialize` traits with `size_32`.
* `rkyv_64`: Implements `rkyv`'s `Archive`, `Serialize` and `Deserialize` traits with `size_64`.
* `rkyv_ck`: Implements the `bytecheck::CheckBytes` trait.
* `schemars`: Implements the `schemars::JsonSchema` trait.
* `serde`: Implements the `serde::Serialize` and `serde::Deserialize` traits.
* `speedy`: Implements `speedy`'s `Readable` and `Writable` traits.

## License
Expand Down

0 comments on commit 324b3e1

Please sign in to comment.