Skip to content

Commit 353e283

Browse files
authored
[2.x.y] Pin types-rs version to the one set in lockfile (#2141)
* Update changelog * Pin types-rs version
1 parent bf2c2a5 commit 353e283

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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 the one set in lockfile [#2140](https://github.com/lambdaclass/cairo-vm/pull/2140)
6+
57
#### [2.2.0] - 2025-05-28
68

79
* chore: update Rust required version to 1.87.0 [#2103](https://github.com/lambdaclass/cairo-vm/pull/2103)

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.2", default-features = false, features = ["serde", "curve", "num-traits", "hash"] }
62+
starknet-types-core = { version = "=0.1.7", 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)