diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c2c0b0ff..9e03a0d1bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ #### Upcoming Changes +* chore: Pin types-rs version to the one set in lockfile [#2140](https://github.com/lambdaclass/cairo-vm/pull/2140) + * chore: Migrate from `pyenv` to `uv` [#1995](https://github.com/lambdaclass/cairo-vm/pull/1995) * chore: remove unused dependencies [#2111](https://github.com/lambdaclass/cairo-vm/pull/2111) diff --git a/vm/Cargo.toml b/vm/Cargo.toml index bba3eab4ba..d9b9fe644c 100644 --- a/vm/Cargo.toml +++ b/vm/Cargo.toml @@ -57,7 +57,7 @@ keccak = { workspace = true } hashbrown = { workspace = true } anyhow = { workspace = true } thiserror = { workspace = true } -starknet-types-core = { version = "0.1.2", default-features = false, features = ["serde", "curve", "num-traits", "hash"] } +starknet-types-core = { version = "=0.1.8", default-features = false, features = ["serde", "curve", "num-traits", "hash"] } rust_decimal = { version = "1.35.0", default-features = false } # only for std