From 95dc7cc3334103de083e634442afb3c60103bd7f Mon Sep 17 00:00:00 2001 From: Archie Kitsuniru <39557395+kitsuniru@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:32:26 +0300 Subject: [PATCH] fix: bump `wiring` to `0.2.2` and revert it to benchmark (#86) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ad020fc..b8baf89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,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] @@ -127,7 +127,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"]