Skip to content

Commit

Permalink
Release 0.1.1 (#520)
Browse files Browse the repository at this point in the history
* Remove 0.1.0 doc entry
  • Loading branch information
FabijanC committed Jun 27, 2024
1 parent e6832a5 commit 058fe3c
Show file tree
Hide file tree
Showing 25 changed files with 12 additions and 12 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.1.0", path = "crates/starknet-devnet-types", package = "starknet-devnet-types" }
starknet-core = { version = "0.1.0", path = "crates/starknet-devnet-core", package = "starknet-devnet-core" }
server = { version = "0.1.0", path = "crates/starknet-devnet-server", package = "starknet-devnet-server" }
starknet-types = { version = "0.1.1", path = "crates/starknet-devnet-types", package = "starknet-devnet-types" }
starknet-core = { version = "0.1.1", path = "crates/starknet-devnet-core", package = "starknet-devnet-core" }
server = { version = "0.1.1", 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.1.0"
version = "0.1.1"
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.1.0"
version = "0.1.1"
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.1.0"
version = "0.1.1"
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.1.0"
version = "0.1.1"
edition = "2021"
repository.workspace = true
license-file.workspace = true
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion website/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
"0.1.0",
"0.1.1",
"0.0.7",
"0.0.6"
]

0 comments on commit 058fe3c

Please sign in to comment.