Skip to content

Commit b9aab00

Browse files
[2.x.y] Avoid generic-array version >0.14.7 (#2230)
* pin generic-array * update changelog
1 parent 065c8f4 commit b9aab00

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 generic-array version to 0.14.7 or lower. [#2230](https://github.com/lambdaclass/cairo-vm/pull/2230)
6+
57
#### [2.5.0] - 2025-09-11
68

79
* breaking: Store constants in Hint Data [#2191](https://github.com/lambdaclass/cairo-vm/pull/2191)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ lazy_static = { version = "1.4.0", default-features = false, features = [
5454
] }
5555
nom = { version = "7", default-features = false }
5656
sha2 = { version = "0.10.7", features = ["compress"], default-features = false }
57-
generic-array = { version = "0.14.7", default-features = false }
57+
generic-array = { version = ">=0.14.0, <=0.14.7", default-features = false }
5858
keccak = { version = "0.1.2", default-features = false }
5959
hashbrown = { version = "0.15.2", features = ["serde"] }
6060
anyhow = { version = "1.0.94", default-features = false }

0 commit comments

Comments
 (0)