Skip to content

Commit e45839a

Browse files
committed
Version 3.4.0
1 parent bd983a8 commit e45839a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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 = "3.3.0"
3+
version = "3.4.0"
44
authors = [
55
"Jonathan Reem <[email protected]>",
66
"Matt Brubeck <[email protected]>",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ordered-float = { version = "3.0", default-features = false }
1818

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

21+
* `bytemuck`: Adds implementations for traits provided by the `bytemuck` crate.
2122
* `rand`: Adds implementations for various distribution types provided by the `rand` crate.
2223
* `serde`: Implements the `serde::Serialize` and `serde::Deserialize` traits.
2324
* `schemars`: Implements the `schemars::JsonSchema` trait.

0 commit comments

Comments
 (0)