Skip to content

Commit a668b7c

Browse files
committed
Updated versions of cairo-vm and starknet-types-core crates.
1 parent 11b31c6 commit a668b7c

File tree

2 files changed

+23
-31
lines changed

2 files changed

+23
-31
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ assert_matches = "1.5"
9494
bimap = "0.6.3"
9595
bincode = { version = "2", features = ["serde"] }
9696
cairo-lang-primitive-token = "1"
97-
cairo-vm = { version = "2.0.1", features = ["mod_builtin"] }
97+
cairo-vm = { version = "2.4.1", features = ["mod_builtin"] }
9898
clap = { version = "4.5.29", features = ["derive"] }
9999
colored = "3.0.0"
100100
const-fnv1a-hash = "1.1.0"
@@ -137,7 +137,7 @@ typetag = "0.2"
137137
sha2 = "0.10.8"
138138
sha3 = "0.10.8"
139139
smol_str = { version = "0.3.2", default-features = false }
140-
starknet-types-core = { version = "0.1.7", features = [
140+
starknet-types-core = { version = "0.2.0", features = [
141141
"hash",
142142
"prime-bigint",
143143
"serde",

0 commit comments

Comments
 (0)