Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Jun 6, 2024
1 parent 8760ed7 commit 6a5ec1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cairo-lang-sierra = { workspace = true }
cairo-lang-starknet = { workspace = true }
cairo-lang-utils = { workspace = true }
cairo-lang-starknet-classes = { workspace = true }
cairo-native = { path = "/Users/edgar/Documents/cairo_sierra_to_mlir", optional = true }
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev = "e90c4ce0a7d5cea856c6b0c4e7e8a04078de323b", optional = true }
k256 = "0.13.3"
p256 = "0.13.2"
sec1 = "0.7.3"
Expand Down Expand Up @@ -76,7 +76,6 @@ tracing = "0.1.40"
[dev-dependencies]
assert_matches = "1.5.0"
coverage-helper = "0.2.2"
itertools = "0.13.0"
lru = "0.12.3"
pretty_assertions_sorted = "1.2.3"
reth-primitives = { git = "https://github.com/paradigmxyz/reth.git", tag = "v0.2.0-beta.6", default-features = false }
Expand Down

0 comments on commit 6a5ec1a

Please sign in to comment.