From 6826b6b63896b6cd6617388d919138de36fc9fa4 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Thu, 8 Feb 2024 10:07:29 +0100 Subject: [PATCH] chore(tfhe): pin bytemuck temporarily as the 1.14.2 is broken - this follows the nightly update about stdsimd vs stdarch, the change on bytemuck's side is not properly stable compatible --- tfhe/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index 4877181450..3ca3674426 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -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 = []