Skip to content

Commit

Permalink
fix: bump wiring to 0.2.2 and revert it to benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuniru committed Sep 8, 2024
1 parent f83a991 commit 24581db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ simd-json-derive = { version = "=0.13.0", optional = true }
speedy = { version = "=0.8.7", optional = true }
savefile = { version = "=0.17.6", optional = true }
savefile-derive = { version = "=0.17.6", optional = true }
wiring = { version = "=0.2.1", optional = true }
wiring = { version = "=0.2.2", optional = true }
zstd = "=0.13.2"

[features]
Expand Down Expand Up @@ -131,7 +131,7 @@ default = [
"simd-json",
"speedy",
"savefile",
# "wiring" # does not build: slice_flatten is being stabilized and has been renamed
"wiring"
]
capnp = ["dep:capnp"]
prost = ["dep:capnp", "dep:prost"]
Expand Down

0 comments on commit 24581db

Please sign in to comment.