Skip to content

Commit 398a794

Browse files
committed
Enable the rend feature of rkyv
Fixes #137.
1 parent 2650e6e commit 398a794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ordered-float"
3-
version = "3.9.0"
3+
version = "3.9.1"
44
authors = [
55
"Jonathan Reem <[email protected]>",
66
"Matt Brubeck <[email protected]>",
@@ -16,7 +16,7 @@ edition = "2021"
1616
[dependencies]
1717
num-traits = { version = "0.2.1", default-features = false }
1818
serde = { version = "1.0", optional = true, default-features = false }
19-
rkyv = { version = "0.7.41", optional = true, default-features = false }
19+
rkyv = { version = "0.7.41", optional = true, default-features = false, features = ["rend"] }
2020
schemars = { version = "0.8.8", optional = true }
2121
rand = { version = "0.8.3", optional = true, default-features = false }
2222
arbitrary = { version = "1.0.0", optional = true }

0 commit comments

Comments
 (0)