Skip to content

Commit

Permalink
fix(sns-executor): update TFHE dependence in sns-executor after bump …
Browse files Browse the repository at this point in the history
…of TFHE version
  • Loading branch information
antoniupop committed Feb 6, 2025
1 parent 06ddef7 commit 6c866af
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions fhevm-engine/sns-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ prometheus = { workspace = true }
prost = { workspace = true }
rayon = { workspace = true }
sha3 = { workspace = true }
tfhe = { workspace = true}
tokio = { workspace = true }
tonic = { workspace = true }
tracing = { workspace = true }
Expand All @@ -30,12 +31,6 @@ serde_json = "=1.0"
# local dependencies
fhevm-engine-common = { path = "../fhevm-engine-common" }

# arch-specific dependencies
[target.'cfg(target_arch = "x86_64")'.dependencies]
tfhe = { workspace = true, features = ["x86_64-unix"] }
[target.'cfg(target_arch = "aarch64")'.dependencies]
tfhe = { workspace = true, features = ["aarch64-unix"] }

[[bin]]
name = "sns_worker"
path = "src/bin/sns_worker.rs"
Expand Down

0 comments on commit 6c866af

Please sign in to comment.