This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " starknet_in_rust"
3
- version = " 0.3.1 "
3
+ version = " 0.4.0 "
4
4
edition = " 2021"
5
5
description = " A Rust implementation of Starknet execution logic"
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " starknet-rs-cli"
3
- version = " 0.3.1 "
3
+ version = " 0.4.0 "
4
4
edition = " 2021"
5
5
6
6
[features ]
7
7
default = [" with_mimalloc" ]
8
8
with_mimalloc = [" dep:mimalloc" ]
9
9
10
10
[dependencies ]
11
- starknet_in_rust = { path = " ../" , version = " 0.3.1 " }
11
+ starknet_in_rust = { path = " ../" , version = " 0.4.0 " }
12
12
num-traits = " 0.2.15"
13
13
serde = { version = " 1.0.152" , features = [" derive" ] }
14
14
cairo-vm = { workspace = true , features = [" cairo-1-hints" ] }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fuzzer"
3
- version = " 0.3.1 "
3
+ version = " 0.4.0 "
4
4
edition = " 2021"
5
5
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
7
8
8
[dependencies ]
9
9
honggfuzz = " 0.5.55"
10
- starknet_in_rust = { path = " ../" , version = " 0.3.1 " }
10
+ starknet_in_rust = { path = " ../" , version = " 0.4.0 " }
11
11
num-traits = { workspace = true }
12
12
starknet_api = { workspace = true }
13
13
serde_json = { version = " 1.0" , features = [" arbitrary_precision" ] }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rpc_state_reader"
3
- version = " 0.3.1 "
3
+ version = " 0.4.0 "
4
4
edition = " 2021"
5
5
6
6
# 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"
22
22
dotenv = " 0.15.0"
23
23
cairo-vm = " 0.8.5"
24
24
blockifier = " 0.2.0-rc0"
25
- starknet_in_rust = { path = " ../" , version = " 0.3.1 " }
25
+ starknet_in_rust = { path = " ../" , version = " 0.4.0 " }
26
26
27
27
[dev-dependencies ]
28
28
pretty_assertions_sorted = " 1.2.3"
You can’t perform that action at this time.
0 commit comments