From df2bc5ad89c2492eea8517652a9e37e7656797d1 Mon Sep 17 00:00:00 2001 From: Dmitrii Bannov <104833606+yellowhatter@users.noreply.github.com> Date: Wed, 22 May 2024 11:48:20 +0300 Subject: [PATCH] Fixed stabby ( https://github.com/rust-lang/rust/issues/123281 ) (#1036) * Fixed stabby ( https://github.com/rust-lang/rust/issues/123281 ) * temp: use fixed stabby from branch --------- Co-authored-by: OlivierHecart --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ec98a4761..a25aff85d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -149,7 +149,7 @@ serde_cbor = "0.11.2" serde_json = "1.0.114" serde-pickle = "1.1.1" serde_yaml = "0.9.19" -stabby = "4.0.5" +stabby = { git="https://github.com/ZettaScaleLabs/stabby.git", branch="fix_stabby_abi_build" } sha3 = "0.10.6" shared_memory = "0.12.4" shellexpand = "3.0.0"