Skip to content

Commit

Permalink
chore(ci): pin bumpalo so that CI can pass
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed Feb 28, 2024
1 parent 4396c45 commit c98e700
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tfhe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@ fs2 = { version = "0.4.3", optional = true }
itertools = "0.10.5"

# wasm deps
wasm-bindgen = { version = "0.2.86", features = [
wasm-bindgen = { version = "=0.2.86", features = [
"serde-serialize",
], optional = true }
# MSRV was bumped in a minor update, pin to still be able to build in CI
bumpalo = { version = "=3.14" }
wasm-bindgen-rayon = { version = "1.0", optional = true }
js-sys = { version = "0.3", optional = true }
console_error_panic_hook = { version = "0.1.7", optional = true }
Expand Down

0 comments on commit c98e700

Please sign in to comment.