Skip to content

Commit 5e0ed72

Browse files
authored
Pin types-rs version to the one set in lockfile (#2140)
* Update changelog * Pin types-rs version
1 parent eb25534 commit 5e0ed72

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
* chore: Migrate from `pyenv` to `uv` [#1995](https://github.com/lambdaclass/cairo-vm/pull/1995)
68

79
* chore: remove unused dependencies [#2111](https://github.com/lambdaclass/cairo-vm/pull/2111)

vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ keccak = { workspace = true }
5757
hashbrown = { workspace = true }
5858
anyhow = { workspace = true }
5959
thiserror = { workspace = true }
60-
starknet-types-core = { version = "0.1.2", default-features = false, features = ["serde", "curve", "num-traits", "hash"] }
60+
starknet-types-core = { version = "=0.1.8", default-features = false, features = ["serde", "curve", "num-traits", "hash"] }
6161
rust_decimal = { version = "1.35.0", default-features = false }
6262

6363
# only for std

0 commit comments

Comments
 (0)