Skip to content

Commit

Permalink
remove default = ["enable"] & default = ["sgx"]
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Jun 9, 2024
1 parent 6c7e72d commit 99d31a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion provers/sgx/setup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ ethers-core = { workspace = true }
# sp1-helper = { workspace = true }

[features]
default = ["sgx"]
# sp1 = [
# "dep:sp1-driver",
# "sp1-driver/enable",
Expand Down
1 change: 0 additions & 1 deletion provers/sp1/driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ regex = "1.5.4"


[features]
default = ["enable"]
enable = [
"serde",
"serde_json",
Expand Down

0 comments on commit 99d31a9

Please sign in to comment.