Skip to content

Commit

Permalink
v0.2.0-rc.2 (#583)
Browse files Browse the repository at this point in the history
* updated versions

* inner deps
  • Loading branch information
marioiordanov authored Aug 20, 2024
1 parent f4940f9 commit 521e51e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ cairo-lang-syntax = "=2.7.0"
cairo-lang-utils = "=2.7.0"

# Inner dependencies
starknet-types = { version = "0.2.0-rc.1", path = "crates/starknet-devnet-types", package = "starknet-devnet-types" }
starknet-core = { version = "0.2.0-rc.1", path = "crates/starknet-devnet-core", package = "starknet-devnet-core" }
server = { version = "0.2.0-rc.1", path = "crates/starknet-devnet-server", package = "starknet-devnet-server" }
starknet-types = { version = "0.2.0-rc.2", path = "crates/starknet-devnet-types", package = "starknet-devnet-types" }
starknet-core = { version = "0.2.0-rc.2", path = "crates/starknet-devnet-core", package = "starknet-devnet-core" }
server = { version = "0.2.0-rc.2", path = "crates/starknet-devnet-server", package = "starknet-devnet-server" }

# Dependabot alerts
zerocopy = "0.7.31"
Expand Down
2 changes: 1 addition & 1 deletion crates/starknet-devnet-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starknet-devnet-core"
version = "0.2.0-rc.1"
version = "0.2.0-rc.2"
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/starknet-devnet-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starknet-devnet-server"
version = "0.2.0-rc.1"
version = "0.2.0-rc.2"
edition = "2021"
repository.workspace = true
license-file.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/starknet-devnet-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starknet-devnet-types"
version = "0.2.0-rc.1"
version = "0.2.0-rc.2"
edition = "2021"
description = "Starknet types for the devnet"
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/starknet-devnet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "starknet-devnet"
version = "0.2.0-rc.1"
version = "0.2.0-rc.2"
edition = "2021"
repository.workspace = true
license-file.workspace = true
Expand Down

0 comments on commit 521e51e

Please sign in to comment.