Skip to content

Commit 86a6068

Browse files
committed
fix ci
1 parent 3f67e32 commit 86a6068

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ serde = { version = "1", default-features = false, features = ["derive", "alloc"
136136
clap = { version = "4.5.21", features = ["derive"] }
137137
# rand = {version = "0.8", default-features = false, features = ["std_rng"] }
138138
rand = { version = "0.9", default-features = false }
139+
zerocopy = "=0.8.28" # pin to avoid 0.8.29 compile issue
139140
unroll = "0.1"
140141
seq-macro = "0.3"
141142
super-seq-macro = "0.3"

0 commit comments

Comments
 (0)