Skip to content

Commit

Permalink
Version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Nov 6, 2022
1 parent bd983a8 commit e45839a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ordered-float"
version = "3.3.0"
version = "3.4.0"
authors = [
"Jonathan Reem <jonathan.reem@gmail.com>",
"Matt Brubeck <mbrubeck@limpet.net>",
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -18,6 +18,7 @@ ordered-float = { version = "3.0", default-features = false }

The following optional features can be enabled in `Cargo.toml`:

* `bytemuck`: Adds implementations for traits provided by the `bytemuck` crate.
* `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.
Expand Down

0 comments on commit e45839a

Please sign in to comment.