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

Commit e2d4974

Browse files
committed
bump version 0.3.0
1 parent 5448721 commit e2d4974

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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.2.0"
3+
version = "0.3.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.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55

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

1010
[dependencies]
11-
starknet_in_rust = { path = "../", version = "0.2.0" }
11+
starknet_in_rust = { path = "../", version = "0.3.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.2.0"
3+
version = "0.3.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.2.0" }
10+
starknet_in_rust = { path = "../", version = "0.3.0" }
1111
num-traits = { workspace = true }
1212
starknet_api = { workspace = true }
1313
serde_json = { version = "1.0", features = ["arbitrary_precision"] }

0 commit comments

Comments
 (0)