Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 3febaf6

Browse files
authored
update version (#1028)
1 parent 6a2924e commit 3febaf6

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "starknet_in_rust"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "A Rust implementation of Starknet execution logic"
66
license = "Apache-2.0"

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "starknet-rs-cli"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
edition = "2021"
55

66
[features]
77
default = ["with_mimalloc"]
88
with_mimalloc = ["dep:mimalloc"]
99

1010
[dependencies]
11-
starknet_in_rust = { path = "../", version = "0.3.1" }
11+
starknet_in_rust = { path = "../", version = "0.4.0" }
1212
num-traits = "0.2.15"
1313
serde = { version = "1.0.152", features = ["derive"] }
1414
cairo-vm = { workspace = true, features = ["cairo-1-hints"] }

fuzzer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "fuzzer"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
99
honggfuzz = "0.5.55"
10-
starknet_in_rust = { path = "../", version = "0.3.1" }
10+
starknet_in_rust = { path = "../", version = "0.4.0" }
1111
num-traits = { workspace = true }
1212
starknet_api = { workspace = true }
1313
serde_json = { version = "1.0", features = ["arbitrary_precision"] }

rpc_state_reader/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rpc_state_reader"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -22,7 +22,7 @@ serde_with = "3.0.0"
2222
dotenv = "0.15.0"
2323
cairo-vm = "0.8.5"
2424
blockifier = "0.2.0-rc0"
25-
starknet_in_rust = { path = "../", version = "0.3.1" }
25+
starknet_in_rust = { path = "../", version = "0.4.0" }
2626

2727
[dev-dependencies]
2828
pretty_assertions_sorted = "1.2.3"

0 commit comments

Comments
 (0)