Skip to content

Commit

Permalink
Update scarb
Browse files Browse the repository at this point in the history
  • Loading branch information
fmkra committed Oct 23, 2024
1 parent 1725315 commit b939a4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
scarb 2.8.2
scarb 2.8.4
starknet-foundry 0.30.0
6 changes: 3 additions & 3 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name = "cairo_verifier"
version = "0.1.0"

[dependencies]
starknet = "2.8.2"
starknet = "2.8.4"

[dev-dependencies]
cairo_test = "2.8.2"
cairo_test = "2.8.4"
snforge_std = { git = "https://github.com/foundry-rs/starknet-foundry", tag = "v0.27.0" }

[[target.starknet-contract]]
Expand All @@ -32,4 +32,4 @@ blake2s = []
monolith = []
split = []

default = ["recursive", "keccak", "monolith"]
default = ["recursive_with_poseidon", "keccak", "monolith"]

0 comments on commit b939a4e

Please sign in to comment.