Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sistemd committed Feb 18, 2024
1 parent 4ffba0a commit e72eb9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions crates/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ casm-compiler-v2 = { package = "cairo-lang-starknet", version = "=2.6.0-rc.0" }
cairo-lang-starknet-classes = "=2.6.0-rc.0"
pathfinder-common = { path = "../common" }
semver = { workspace = true }
serde_json = { workspace = true, features = ["arbitrary_precision", "raw_value"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true, features = [
"arbitrary_precision",
"raw_value",
] }

[dev-dependencies]
starknet-gateway-test-fixtures = { path = "../gateway-test-fixtures" }
2 changes: 1 addition & 1 deletion crates/pathfinder/src/p2p_network/client/conv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use p2p_proto::{
};
use pathfinder_common::{
receipt::{
BuiltinCounters, ExecutionDataAvailability, ExecutionResources, ExecutionStatus,
BuiltinCounters, ExecutionResources, ExecutionStatus,
L2ToL1Message,
},
BlockCommitmentSignature, BlockCommitmentSignatureElem, BlockHash, BlockNumber, BlockTimestamp,
Expand Down
2 changes: 1 addition & 1 deletion crates/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ zstd = { workspace = true }

[dev-dependencies]
assert_matches = { workspace = true }
pretty_assertions_sorted = { workspace = true }
rstest = { workspace = true }
tempfile = "3.6"
test-log = { workspace = true }
tracing-subscriber = { workspace = true }
pretty_assertions_sorted = { workspace = true }

0 comments on commit e72eb9d

Please sign in to comment.