Remove unnecessary dep

This commit is contained in:
Sam Tay
2024-02-01 13:30:40 -05:00
parent ae73fe84ff
commit eaf2ca6ecc
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -2811,7 +2811,6 @@ dependencies = [
"sunscreen_compiler_macros",
"sunscreen_curve25519",
"sunscreen_fhe_program",
"sunscreen_math",
"sunscreen_runtime",
"sunscreen_zkp_backend",
"thiserror",

View File

@@ -57,7 +57,6 @@ logproof = { workspace = true }
proptest = { workspace = true }
sunscreen_zkp_backend = { workspace = true, features = ["bulletproofs"] }
sunscreen_compiler_common = { workspace = true }
sunscreen_math = { workspace = true }
serde_json = { workspace = true }
[features]