Skip to content

Commit

Permalink
chore(tfhe): pin bytemuck temporarily as the 1.14.2 is broken
Browse files Browse the repository at this point in the history
- this follows the nightly update about stdsimd vs stdarch, the change
on bytemuck's side is not properly stable compatible
  • Loading branch information
IceTDrinker committed Feb 8, 2024
1 parent f0b4749 commit 6826b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfhe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ js-sys = { version = "0.3", optional = true }
console_error_panic_hook = { version = "0.1.7", optional = true }
serde-wasm-bindgen = { version = "0.6.0", optional = true }
getrandom = { version = "0.2.8", optional = true }
bytemuck = "1.13.1"
bytemuck = "=1.14.1"

[features]
boolean = []
Expand Down

0 comments on commit 6826b6b

Please sign in to comment.