Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Dec 2, 2024
1 parent a67d33f commit 09c01c2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
18 changes: 18 additions & 0 deletions Cargo.lock

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

16 changes: 5 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,12 @@ tracing = "0.1"
serde_json = "1.0.116"
serde_with = "3.11.0"
serde = "1.0.197"
cairo-native = "=0.2.4"
cairo-native = "0.2.4"
# Sequencer Dependencies

starknet_api = { path = "../sequencer/crates/starknet_api" } # main
blockifier = { path = "../sequencer/crates/blockifier", features = ["cairo_native"] } # main
starknet_gateway = { path = "../sequencer/crates/starknet_gateway" } # main
blockifier_reexecution = { path = "../sequencer/crates/blockifier_reexecution" } # main

# starknet_api = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2" } # main
# blockifier = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2", features = ["cairo_native"] } # main
# starknet_gateway = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2" } # main
# blockifier_reexecution = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2" } # main
starknet_api = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2" } # main
blockifier = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2", features = ["cairo_native"] } # main
starknet_gateway = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2" } # main
blockifier_reexecution = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2" } # main

[patch.'https://github.com/lambdaclass/cairo_native']
cairo-native = "=0.2.4"

0 comments on commit 09c01c2

Please sign in to comment.