Skip to content

Commit

Permalink
Enable the rend feature of rkyv
Browse files Browse the repository at this point in the history
Fixes #137.
  • Loading branch information
mbrubeck committed Aug 22, 2023
1 parent 2650e6e commit 398a794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ordered-float"
version = "3.9.0"
version = "3.9.1"
authors = [
"Jonathan Reem <jonathan.reem@gmail.com>",
"Matt Brubeck <mbrubeck@limpet.net>",
Expand All @@ -16,7 +16,7 @@ edition = "2021"
[dependencies]
num-traits = { version = "0.2.1", default-features = false }
serde = { version = "1.0", optional = true, default-features = false }
rkyv = { version = "0.7.41", optional = true, default-features = false }
rkyv = { version = "0.7.41", optional = true, default-features = false, features = ["rend"] }
schemars = { version = "0.8.8", optional = true }
rand = { version = "0.8.3", optional = true, default-features = false }
arbitrary = { version = "1.0.0", optional = true }
Expand Down

0 comments on commit 398a794

Please sign in to comment.