Skip to content

Commit

Permalink
Noa/Merge main-v0.13.2 into main (starkware-libs#2084)
Browse files Browse the repository at this point in the history
* chore: bump compiler version (starkware-libs#2079)

Signed-off-by: Dori Medini <[email protected]>

* chore: bump VM version (starkware-libs#2080)

Signed-off-by: Dori Medini <[email protected]>

* fix(concurrency): add cairo0 contracts to deploy then declaer (starkware-libs#2052)

* test(concurrency): test diasable re-daclration of cairo0 contracts (starkware-libs#2050)

* Merge remote-tracking branch 'origin/main-v0.13.2' into noa/merge-main-v0.13.2-into-main

* No conflicts in main-v0.13.2 -> main merge, this commit is for any change needed to pass the CI.

Co-Authored-By: dorimedini-starkware <[email protected]>
Co-Authored-By: Meshi Peled <[email protected]>
  • Loading branch information
3 people authored Jul 14, 2024
1 parent 32191d4 commit 1f9ac53
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 67 deletions.
112 changes: 56 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ ark-secp256k1 = "0.4.0"
ark-secp256r1 = "0.4.0"
assert_matches = "1.5.0"
cached = "0.44.0"
cairo-lang-casm = "2.7.0-rc.1"
cairo-lang-runner = "2.7.0-rc.1"
cairo-lang-starknet-classes = "2.7.0-rc.1"
cairo-lang-utils = "2.7.0-rc.1"
cairo-vm = "1.0.0-rc4"
cairo-lang-casm = "2.7.0-rc.2"
cairo-lang-runner = "2.7.0-rc.2"
cairo-lang-starknet-classes = "2.7.0-rc.2"
cairo-lang-utils = "2.7.0-rc.2"
cairo-vm = "1.0.0-rc5"
criterion = "0.3"
derive_more = "0.99.17"
glob = "0.3.1"
Expand Down
Loading

0 comments on commit 1f9ac53

Please sign in to comment.