Skip to content

Commit f2fe35e

Browse files
avi-starkwareclaude
andcommitted
workspace: declare cairo-native version on git dep for version sync test
Cargo accepts both git+rev and a version field together; the field is a SemVer constraint on the package at the git rev. The rev's Cargo.toml already pins 0.9.0-rc.6, matching native_compiler_version.txt, so the constants test required_cairo_native_version_test parses the version and succeeds. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 1ad685a commit f2fe35e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ cairo-lang-utils = "2.19.0-rc.0"
263263
# (starkware-libs/cairo_native#1610 → #1611 → #1612 → #1613) containing
264264
# `ContractExecutor`, `EmuContractInfo`, `AotWithProgram`, and `run_with_profile`.
265265
# Switch back to a crates.io version once those land in a published cairo-native release.
266-
cairo-native = { git = "https://github.com/starkware-libs/cairo_native.git", rev = "a21f3f57128d2a91067fa31bff92bd00bdc85ba5" }
266+
cairo-native = { git = "https://github.com/starkware-libs/cairo_native.git", rev = "a21f3f57128d2a91067fa31bff92bd00bdc85ba5", version = "0.9.0-rc.7" }
267267
cairo-program-runner-lib = "1.1.0"
268268
cairo-vm = "3.2.0"
269269
camelpaste = "0.1.0"

0 commit comments

Comments
 (0)