Skip to content

Commit

Permalink
release: bump starknet-accounts to 0.6.1 (xJonathanLEI#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI authored Nov 23, 2023
1 parent d7ceaa9 commit 72cd272
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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-core = { version = "0.7.2", path = "./starknet-core", default-features
starknet-providers = { version = "0.7.0", path = "./starknet-providers" }
starknet-contract = { version = "0.6.0", path = "./starknet-contract" }
starknet-signers = { version = "0.5.0", path = "./starknet-signers" }
starknet-accounts = { version = "0.6.0", path = "./starknet-accounts" }
starknet-accounts = { version = "0.6.1", path = "./starknet-accounts" }
starknet-macros = { version = "0.1.4", path = "./starknet-macros" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion starknet-accounts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starknet-accounts"
version = "0.6.0"
version = "0.6.1"
authors = ["Jonathan LEI <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion starknet-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = ["test-data/**"]
[dependencies]
starknet-core = { version = "0.7.2", path = "../starknet-core" }
starknet-providers = { version = "0.7.0", path = "../starknet-providers" }
starknet-accounts = { version = "0.6.0", path = "../starknet-accounts" }
starknet-accounts = { version = "0.6.1", path = "../starknet-accounts" }
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
serde_with = "2.3.2"
Expand Down

0 comments on commit 72cd272

Please sign in to comment.