Skip to content

Commit

Permalink
bump starknet type version
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Mar 27, 2024
1 parent 6131c5c commit 012eccd
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 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 @@ -40,7 +40,7 @@ starknet-contract = { version = "0.9.0", path = "./starknet-contract" }
starknet-signers = { version = "0.8.0", path = "./starknet-signers" }
starknet-accounts = { version = "0.9.0", path = "./starknet-accounts" }
starknet-macros = { version = "0.1.7", path = "./starknet-macros" }
starknet-types-core = "0.0.10"
starknet-types-core = "0.0.11"

[dev-dependencies]
serde_json = "1.0.74"
Expand Down
2 changes: 1 addition & 1 deletion examples/starknet-cxx/starknet-cxx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
cxx = "1.0"
starknet-types-core = "0.0.10"
starknet-types-core = "0.0.11"

# Using path dependency here to make development easier. However, you probably want to fetch the
# crate from GitHub instead (because the `starknet-core` crate isn't being published to crates.io
Expand Down
2 changes: 1 addition & 1 deletion examples/starknet-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ default = ["console_error_panic_hook"]
starknet-crypto = { version = "0.6.2", path = "../../starknet-crypto" }
console_error_panic_hook = { version = "0.1.7", optional = true }
wasm-bindgen = "0.2.84"
starknet-types-core = "0.0.10"
starknet-types-core = "0.0.11"

2 changes: 1 addition & 1 deletion starknet-accounts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ starknet-signers = { version = "0.8.0", path = "../starknet-signers" }
async-trait = "0.1.68"
auto_impl = "1.0.1"
thiserror = "1.0.40"
starknet-types-core = "0.0.10"
starknet-types-core = "0.0.11"

[dev-dependencies]
serde = { version = "1.0.160", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion starknet-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
serde_with = "2.3.2"
thiserror = "1.0.40"
starknet-types-core = "0.0.10"
starknet-types-core = "0.0.11"

[dev-dependencies]
rand = { version = "0.8.5", features=["std_rng"] }
Expand Down
2 changes: 1 addition & 1 deletion starknet-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_json = { version = "1.0.96", default-features = false, features = ["alloc"
serde_json_pythonic = { version = "0.1.2", default-features = false, features = ["alloc", "raw_value"] }
serde_with = { version = "2.3.2", default-features = false, features = ["alloc", "macros"] }
sha3 = { version = "0.10.7", default-features = false }
starknet-types-core = "0.0.10"
starknet-types-core = "0.0.11"

[dev-dependencies]
criterion = { version = "0.4.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion starknet-crypto-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ proc-macro = true
[dependencies]
starknet-curve = { version = "0.4.2", path = "../starknet-curve" }
syn = "2.0.55"
starknet-types-core = "0.0.10"
starknet-types-core = "0.0.11"
2 changes: 1 addition & 1 deletion starknet-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rfc6979 = { version = "0.4.0", default-features = false }
sha2 = { version = "0.10.6", default-features = false }
zeroize = { version = "1.6.0", default-features = false }
hex = { version = "0.4.3", default-features = false, optional = true }
starknet-types-core = "0.0.10"
starknet-types-core = "0.0.11"
bitvec = { version = "1.0.1", default-features = false }

[features]
Expand Down
2 changes: 1 addition & 1 deletion starknet-curve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Stark curve
keywords = ["ethereum", "starknet", "web3", "no_std"]

[dependencies]
starknet-types-core = "0.0.10"
starknet-types-core = "0.0.11"
bitvec = { version = "1.0.1", default-features = false }

2 changes: 1 addition & 1 deletion starknet-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proc-macro = true
[dependencies]
starknet-core = { version = "0.10.0", path = "../starknet-core" }
syn = "2.0.15"
starknet-types-core = "0.0.10"
starknet-types-core = "0.0.11"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion starknet-providers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ thiserror = "1.0.40"
serde = "1.0.160"
serde_json = "1.0.96"
serde_with = "2.3.2"
starknet-types-core = "0.0.10"
starknet-types-core = "0.0.11"

[dev-dependencies]
starknet-providers = { path = ".", features = ["no_unknown_fields"] }
Expand Down
2 changes: 1 addition & 1 deletion starknet-signers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ auto_impl = "1.0.1"
thiserror = "1.0.40"
crypto-bigint = { version = "0.5.1", default-features = false }
rand = { version = "0.8.5", features = ["std_rng"] }
starknet-types-core = "0.0.10"
starknet-types-core = "0.0.11"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
eth-keystore = { version = "0.5.0", default-features = false }
Expand Down

0 comments on commit 012eccd

Please sign in to comment.