Skip to content

Commit

Permalink
Adapt to Starknet 0.13.2 (blockifier 0.8.0-rc.0) (#557)
Browse files Browse the repository at this point in the history
* Update blockifier, starknet_api, cairo-lang-*, usc, starknet-rs

* Use mutex

* Unify felt
  • Loading branch information
FabijanC authored Jul 23, 2024
1 parent b6f7c8d commit 349abe5
Show file tree
Hide file tree
Showing 109 changed files with 2,207 additions and 2,667 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
name: Install Rust
command: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs |
sh -s -- -y --default-toolchain=1.74.0
sh -s -- -y --default-toolchain=1.76.0
- run:
name: Compile binary
command: ./scripts/compile_binary.sh << parameters.target_triplet >>
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:

publish:
docker:
- image: cimg/rust:1.74.0-node
- image: cimg/rust:1.76.0-node
resource_class: xlarge
steps:
- checkout
Expand Down
Loading

0 comments on commit 349abe5

Please sign in to comment.