Skip to content

Commit df2bc5a

Browse files
yellowhatterOlivierHecart
andauthoredMay 22, 2024··
Fixed stabby ( rust-lang/rust#123281 ) (#1036)
* Fixed stabby ( rust-lang/rust#123281 ) * temp: use fixed stabby from branch --------- Co-authored-by: OlivierHecart <[email protected]>
1 parent 1015a50 commit df2bc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ serde_cbor = "0.11.2"
149149
serde_json = "1.0.114"
150150
serde-pickle = "1.1.1"
151151
serde_yaml = "0.9.19"
152-
stabby = "4.0.5"
152+
stabby = { git="https://github.com/ZettaScaleLabs/stabby.git", branch="fix_stabby_abi_build" }
153153
sha3 = "0.10.6"
154154
shared_memory = "0.12.4"
155155
shellexpand = "3.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.