Skip to content

Commit b5198d9

Browse files
authored
Pin types-rs to 0.1.8 (#2146)
* Pin types-rs to 0.1.8 * Update changelog
1 parent d9b8b87 commit b5198d9

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#### Upcoming Changes
44

5+
* chore: Pin types-rs version to 0.1.8 [#2146](https://github.com/lambdaclass/cairo-vm/pull/2146)
6+
57
#### [2.3.0] - 2025-07-28
68

79
* dev: make `VirtualMachine::get_traceback_entries` pub [#2144](https://github.com/lambdaclass/cairo-vm/pull/2144)

Cargo.lock

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

vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ keccak = { workspace = true }
5959
hashbrown = { workspace = true }
6060
anyhow = { workspace = true }
6161
thiserror = { workspace = true }
62-
starknet-types-core = { version = "=0.1.7", default-features = false, features = ["serde", "curve", "num-traits", "hash"] }
62+
starknet-types-core = { version = "=0.1.8", default-features = false, features = ["serde", "curve", "num-traits", "hash"] }
6363
rust_decimal = { version = "1.35.0", default-features = false }
6464

6565
# only for std

0 commit comments

Comments
 (0)