Skip to content

Commit d8c86dd

Browse files
Avoid using generic-array >0.14.7 (#1431)
* pin generic-array to >=0.14.0 <=0.14.7 * pin to <= 0.14.7 instead * explain why pinning the version
1 parent e131d76 commit d8c86dd

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ walkdir = "2.5.0"
9292
educe = "0.5.11"
9393
# Can't use crates.io dep because of a cycle in the dependency chain.
9494
cairo-vm = { git = "https://github.com/lambdaclass/cairo-vm", rev = "742e9ae3de8b55f4a5dc44831f06068712f2f0c5" }
95+
# Can't use verion > 0.14.7 due to deprecation, as stated in issue https://github.com/fizyk20/generic-array/issues/158
96+
generic-array = "<=0.14.7"
9597

9698
[package]
9799
name = "cairo-native"

debug_utils/sierra-emu/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ cairo-lang-starknet-classes.workspace = true
2121
cairo-lang-test-plugin.workspace = true
2222
cairo-lang-utils.workspace = true
2323
clap = { workspace = true, features = ["derive"] }
24+
generic-array.workspace = true
2425
k256.workspace = true
2526
keccak.workspace = true
2627
num-integer.workspace = true

0 commit comments

Comments
 (0)