Skip to content

Commit

Permalink
Update Alloy
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrobles92 committed Jun 13, 2024
1 parent 7f64bb8 commit 9677b1c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ wasm-prost = { version = "0.11.9", package = "prost" }
wasm-tonic = { version = "0.9.2", default-features = false, features = [ "codegen", "gzip", "prost" ], package = "tonic" }
wasm-tonic-build = { version = "0.9.2", default-features = false, features = [ "prost" ], package = "tonic-build" }

alloy-primitives = { version = "0.7.2", default-features = false }
alloy-sol-types = { version = "0.7.2", default-features = false }
alloy-primitives = { version = "0.7.6", default-features = false }
alloy-sol-types = { version = "0.7.6", default-features = false }

criterion = "0.5.1"

Expand Down
9 changes: 8 additions & 1 deletion crates/katana/rpc/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,11 @@ jsonrpsee = { workspace = true, features = [ "client" ] }
katana-rpc-api = { workspace = true, features = [ "client" ] }
katana-runner.workspace = true
url.workspace = true
alloy = { git = "https://github.com/alloy-rs/alloy", rev = "7128c53", features = ["contract"]}
alloy = { git = "https://github.com/alloy-rs/alloy", features = [
"contract",
"network",
"providers",
"provider-http",
"signer-wallet",
"node-bindings"
] }
9 changes: 1 addition & 8 deletions crates/katana/runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,4 @@ serde.workspace = true
serde_json.workspace = true
starknet.workspace = true
tokio.workspace = true
url.workspace = true
alloy = { git = "https://github.com/alloy-rs/alloy", rev = "7128c53", features = [
"network",
"providers",
"provider-http",
"signer-wallet",
"node-bindings"
] }
url.workspace = true

0 comments on commit 9677b1c

Please sign in to comment.