We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1725315 commit b939a4eCopy full SHA for b939a4e
.tool-versions
@@ -1,2 +1,2 @@
1
-scarb 2.8.2
+scarb 2.8.4
2
starknet-foundry 0.30.0
Scarb.toml
@@ -3,10 +3,10 @@ name = "cairo_verifier"
3
version = "0.1.0"
4
5
[dependencies]
6
-starknet = "2.8.2"
+starknet = "2.8.4"
7
8
[dev-dependencies]
9
-cairo_test = "2.8.2"
+cairo_test = "2.8.4"
10
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.27.0" }
11
12
[[target.starknet-contract]]
@@ -32,4 +32,4 @@ blake2s = []
32
monolith = []
33
split = []
34
35
-default = ["recursive", "keccak", "monolith"]
+default = ["recursive_with_poseidon", "keccak", "monolith"]
0 commit comments