Skip to content

Commit 7e0c8ab

Browse files
committed
fix(coprocessor): bump tfhe to alpha.2
1 parent 036f3e4 commit 7e0c8ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

coprocessor/fhevm-engine/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coprocessor/fhevm-engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ sqlx = { version = "0.8.6", default-features = false, features = [
6868
] }
6969
testcontainers = "0.24.0"
7070
thiserror = "2.0.12"
71-
tfhe = { version = "1.4.0-alpha.1", features = [
71+
tfhe = { version = "1.4.0-alpha.2", features = [
7272
"boolean",
7373
"shortint",
7474
"integer",

0 commit comments

Comments
 (0)