Skip to content

Commit

Permalink
chore: update sn api version (pre-release)
Browse files Browse the repository at this point in the history
  • Loading branch information
noaov1 committed Aug 13, 2024
1 parent 4e12bc2 commit 736fed4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -166,7 +166,7 @@ simple_logger = "4.0.0"
starknet-core = "0.6.0"
starknet-crypto = "0.5.1"
starknet-types-core = { version = "0.1.5", features = ["hash", "prime-bigint", "std"] }
starknet_api = { path = "crates/starknet_api", version = "0.13.0-rc.0" }
starknet_api = { path = "crates/starknet_api", version = "0.13.0-rc.1" }
starknet_client = { path = "crates/starknet_client", version = "0.4.0-rc.0" }
starknet_committer = { path = "crates/starknet_committer", version = "0.1.0-rc.0" }
starknet_gateway = { path = "crates/gateway", version = "0.0" }
Expand Down
2 changes: 1 addition & 1 deletion crates/starknet_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starknet_api"
version = "0.13.0-rc.0"
version = "0.13.0-rc.1"
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down

0 comments on commit 736fed4

Please sign in to comment.