diff --git a/Cargo.toml b/Cargo.toml index 9f7ce80a2d..888ae34066 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,6 +68,9 @@ thiserror-no-std = { version = "2.0.2", default-features = false } bitvec = { version = "1", default-features = false, features = ["alloc"] } # Dependencies for cairo-1-hints feature +# TODO: Remove this dependency once fixed in cairo-lang crates +genco-macros = "=0.17.6" + cairo-lang-starknet = { version = "2.2.0", default-features = false } cairo-lang-casm = { version = "2.2.0", default-features = false }