Skip to content

Commit

Permalink
build(deps): update cairo-lang-casm requirement in /vm/rust
Browse files Browse the repository at this point in the history
Updates the requirements on [cairo-lang-casm](https://github.com/starkware-libs/cairo) to permit the latest version.
- [Release notes](https://github.com/starkware-libs/cairo/releases)
- [Commits](starkware-libs/cairo@v2.10.1...v2.10.1)

---
updated-dependencies:
- dependency-name: cairo-lang-casm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 10, 2025
1 parent 19cf1c4 commit c6d67b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
serde = "1.0.208"
serde_json = { version = "1.0.125", features = ["raw_value"] }
blockifier = "0.14.0-rc.1"
cairo-lang-casm = "=2.10.1"
cairo-lang-casm = "=2.11.1"
cairo-lang-starknet-classes = "=2.10.0"
cairo-lang-runner = { version = "2.10.0" }
starknet_api = "0.14.0-rc.1"
Expand Down

0 comments on commit c6d67b6

Please sign in to comment.