Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Jan 17, 2025
1 parent 0bca175 commit dd4e2fc
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 38 deletions.
70 changes: 34 additions & 36 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ cairo-lang-sierra-to-casm = "2.10.0-rc.0"
cairo-lang-starknet-classes = "2.10.0-rc.0"
cairo-lang-utils = "2.10.0-rc.0"
# Important: when updated, make sure to update the cairo-native submodule as well.
cairo-native = "0.2.5-rc2"
cairo-native = { git = "https://github.com/lambdaclass/cairo_native.git", rev = "965e3f9583f965a89d8185e0fbb523f5d844279d" }
cairo-vm = "=1.0.1"
camelpaste = "0.1.0"
chrono = "0.4.26"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,3 @@ async fn test_mempool_receives_tx_from_other_peer(
assert!(expected_txs.contains(&converted_tx));
}
}

0 comments on commit dd4e2fc

Please sign in to comment.