Skip to content

Commit

Permalink
Merge pull request #14 from matter-labs/popzxc-bump-crossbeam
Browse files Browse the repository at this point in the history
fix(bellman): Bump crossbeam to 0.8
  • Loading branch information
EmilLuta authored Aug 27, 2024
2 parents d902b90 + ab493da commit 9e6a152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bellman/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ byteorder = "1"
num_cpus = "1"
serde = { version = "1", features = ["derive", "rc"] }
futures = { version = "0.3", default-features = false, features = ["executor"] }
crossbeam = { version = "0.7", optional = true }
crossbeam = { version = "0.8", optional = true }
prefetch = { version = "0.2", optional = true }
web-sys = { version = "0.3", optional = true, features = ["console", "Performance", "Window"] }
tiny-keccak = { version = "1.5", optional = true }
Expand Down

0 comments on commit 9e6a152

Please sign in to comment.