Skip to content

Commit

Permalink
fix: based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
whichqua committed Jun 6, 2024
1 parent 3f2c057 commit 81deb99
Show file tree
Hide file tree
Showing 8 changed files with 160 additions and 36,101 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cairo-vm = { git = "https://github.com/lambdaclass/cairo-vm", rev = "05352b1c67859a4d8cd128575c1e68ca7e300341", features = [
"extensive_hints",
] }
cairo-vm = { git = "https://github.com/lambdaclass/cairo-vm", rev = "05352b1c67859a4d8cd128575c1e68ca7e300341", features = ["extensive_hints"] }
num-traits = "0.2.19"
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
Expand Down
Loading

0 comments on commit 81deb99

Please sign in to comment.