Skip to content

Commit

Permalink
Release 0.0.5 (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed Apr 15, 2024
1 parent 20a256f commit 47ee2a7
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 @@ -92,9 +92,9 @@ cairo-lang-syntax = "=2.6.0"
cairo-lang-utils = "=2.6.0"

# Inner dependencies
starknet-types = { version = "0.0.3", path = "crates/starknet-devnet-types", package = "starknet-devnet-types" }
starknet-core = { version = "0.0.4", path = "crates/starknet-devnet-core", package = "starknet-devnet-core" }
server = { version = "0.0.4", path = "crates/starknet-devnet-server", package = "starknet-devnet-server" }
starknet-types = { version = "0.0.4", path = "crates/starknet-devnet-types", package = "starknet-devnet-types" }
starknet-core = { version = "0.0.5", path = "crates/starknet-devnet-core", package = "starknet-devnet-core" }
server = { version = "0.0.5", 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.0.4"
version = "0.0.5"
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.0.4"
version = "0.0.5"
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.0.3"
version = "0.0.4"
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.0.4"
version = "0.0.5"
edition = "2021"
repository.workspace = true
license-file.workspace = true
Expand Down

0 comments on commit 47ee2a7

Please sign in to comment.