Skip to content

Commit a3f1ae9

Browse files
Pin generic-array version to 0.14.x (#2227)
* pin generic-array * update changelog * allow lower versions of 0.14.7 * allow 0.14.x
1 parent 958ae7e commit a3f1ae9

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. [#2227](https://github.com/lambdaclass/cairo-vm/pull/2227)
6+
57
* fix: Added `cairo_1_test_contracts` and `cairo_2_test_contracts` as dependencies for `test-extensive_hints` target [#2201](https://github.com/lambdaclass/cairo-vm/pull/2201)
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)