Skip to content

Commit

Permalink
Update cairo-vm requirement from =1.0.0-rc5 to =1.0.0 in /vm/rust
Browse files Browse the repository at this point in the history
Updates the requirements on [cairo-vm](https://github.com/lambdaclass/cairo-vm) to permit the latest version.
- [Release notes](https://github.com/lambdaclass/cairo-vm/releases)
- [Changelog](https://github.com/lambdaclass/cairo-vm/blob/main/CHANGELOG.md)
- [Commits](lambdaclass/cairo-vm@v1.0.0-rc5...v1.0.0)

---
updated-dependencies:
- dependency-name: cairo-vm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 63701db commit 14a061f
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 @@ -10,7 +10,7 @@ serde = "1.0.171"
serde_json = { version = "1.0.96", features = ["raw_value"] }
blockifier = "=0.8.0-rc.1"
starknet_api = "=0.13.0-rc.0"
cairo-vm = "=1.0.0-rc5"
cairo-vm = "=1.0.0"
starknet-types-core = { version = "0.1.5", features = ["hash", "prime-bigint"] }
indexmap = "2.1.0"
cached = "0.46.1"
Expand Down

0 comments on commit 14a061f

Please sign in to comment.