Skip to content

Commit

Permalink
fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Jul 21, 2024
1 parent ce6a9c5 commit 8d9277c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/air/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ swiftness_commitment.workspace = true
swiftness_transcript.workspace = true

[features]
default = ["starknet_with_keccak"]
default = ["recursive"]
dex = []
recursive = []
recursive_with_poseidon = []
Expand Down
2 changes: 1 addition & 1 deletion crates/commitment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ blake2.workspace = true
swiftness_transcript.workspace = true

[features]
default = ["blake2s"]
default = ["keccak"]
keccak = []
blake2s = []
2 changes: 1 addition & 1 deletion crates/pow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ blake2.workspace = true
swiftness_transcript.workspace = true

[features]
default = ["blake2s"]
default = ["keccak"]
keccak = []
blake2s = []
2 changes: 1 addition & 1 deletion crates/stark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ swiftness_pow.workspace = true
swiftness_transcript.workspace = true

[features]
default = ["starknet_with_keccak"]
default = ["recursive"]
dex = []
recursive = []
recursive_with_poseidon = []
Expand Down

0 comments on commit 8d9277c

Please sign in to comment.