Skip to content

Commit

Permalink
bump starknet-core
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Jun 21, 2024
1 parent 9f4e963 commit 2926716
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
32 changes: 21 additions & 11 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@ camino = { version = "1.1.2", features = [ "serde1" ] }
convert_case = "0.6.0"
serde = { version = "1.0", default-features = false, features = ["alloc"] }
serde_json = { version = "1.0", default-features = false, features = ["std"] }
starknet = "0.11.0"
thiserror = "1.0"
tracing = "0.1.34"
tracing-subscriber = { version = "0.3.16", features = [ "env-filter", "json" ] }
url = "2.4.0"

starknet = "0.11.0"
# Ref: <https://github.com/xJonathanLEI/starknet-rs/pull/612>
starknet-core = ">=0.11.1"

[dependencies]
camino.workspace = true
cainome-parser.workspace = true
Expand All @@ -50,9 +53,6 @@ tracing-subscriber.workspace = true
url.workspace = true
tokio = { version = "1.15.0", features = ["full"], optional = true }

[patch.crates-io]
starknet = { git = "https://github.com/xJonathanLEI/starknet-rs.git" , rev = "71b1911"}

[features]
default = []
abigen-rs = ["cainome-rs-macro"]
Expand Down

0 comments on commit 2926716

Please sign in to comment.