Skip to content

Commit

Permalink
chore(ci): move papyrus_proc_macros dep to root toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dorimedini-starkware committed Aug 1, 2024
1 parent c593990 commit b1d3d7d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ os_info = "3.6.0"
page_size = "0.6.0"
papyrus_base_layer = { path = "crates/papyrus_base_layer", version = "0.4.0-rc.0" }
papyrus_config = { path = "crates/papyrus_config", version = "0.4.0-rc.0" }
papyrus_proc_macros = { path = "crates/papyrus_proc_macros", version = "0.4.0-rc.0" }
papyrus_rpc = { path = "crates/papyrus_rpc", version = "0.4.0-rc.0" }
parity-scale-codec = "=3.6.9"
parity-scale-codec-derive = "=3.6.9"
Expand Down
2 changes: 1 addition & 1 deletion crates/papyrus_p2p_sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metrics.workspace = true
papyrus_common = { path = "../papyrus_common", version = "0.4.0-rc.0" }
papyrus_config.workspace = true
papyrus_network = { path = "../papyrus_network", version = "0.4.0-rc.0" }
papyrus_proc_macros = { path = "../papyrus_proc_macros", version = "0.4.0-rc.0" }
papyrus_proc_macros.workspace = true
papyrus_protobuf = { path = "../papyrus_protobuf", version = "0.4.0-rc.0" }
papyrus_storage = { path = "../papyrus_storage", version = "0.4.0-rc.0" }
serde.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/papyrus_rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metrics.workspace = true
papyrus_common = { path = "../papyrus_common", version = "0.4.0-rc.0" }
papyrus_config.workspace = true
papyrus_execution = { path = "../papyrus_execution", version = "0.4.0-rc.0" }
papyrus_proc_macros = { path = "../papyrus_proc_macros", version = "0.4.0-rc.0" }
papyrus_proc_macros.workspace = true
papyrus_storage = { path = "../papyrus_storage", version = "0.4.0-rc.0" }
regex = { workspace = true }
serde = { workspace = true, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/papyrus_storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ num-bigint.workspace = true
page_size.workspace = true
papyrus_common = { path = "../papyrus_common", version = "0.4.0-rc.0" }
papyrus_config.workspace = true
papyrus_proc_macros = { path = "../papyrus_proc_macros", version = "0.4.0-rc.0" }
papyrus_proc_macros.workspace = true
parity-scale-codec.workspace = true
primitive-types.workspace = true
serde = { workspace = true, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/papyrus_sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metrics.workspace = true
papyrus_base_layer.workspace = true
papyrus_common = { path = "../papyrus_common", version = "0.4.0-rc.0" }
papyrus_config.workspace = true
papyrus_proc_macros = { path = "../papyrus_proc_macros", version = "0.4.0-rc.0" }
papyrus_proc_macros.workspace = true
papyrus_storage = { path = "../papyrus_storage", version = "0.4.0-rc.0" }
reqwest = { workspace = true, features = ["blocking", "json"] }
serde = { workspace = true, features = ["derive"] }
Expand Down

0 comments on commit b1d3d7d

Please sign in to comment.