Skip to content

Commit 3029c67

Browse files
authored
Update to Starknet 0.13.4 (including RPC 0.8) (#697)
1 parent e03720a commit 3029c67

File tree

156 files changed

+15394
-10094
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+15394
-10094
lines changed

.circleci/config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ jobs:
5151
name: Load cache
5252
command: .circleci/scripts/cache.sh load
5353
- run:
54-
name: Install nightly-2024-07-08
55-
command: rustup install nightly-2024-07-08
54+
name: Install Rust
55+
command: |
56+
rustup install 1.85.0
57+
rustup install nightly-2024-07-08
5658
- run:
5759
name: Install foundry
5860
command: ./scripts/install_foundry.sh
@@ -104,7 +106,7 @@ jobs:
104106
name: Install Rust
105107
command: |
106108
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs |
107-
sh -s -- -y --default-toolchain=1.76.0
109+
sh -s -- -y --default-toolchain=1.85.0
108110
- run:
109111
name: Compile binary
110112
command: ./scripts/compile_binary.sh << parameters.target_triplet >>
@@ -142,7 +144,7 @@ jobs:
142144

143145
publish:
144146
docker:
145-
- image: cimg/rust:1.76.0-node
147+
- image: cimg/rust:1.85.0-node
146148
resource_class: xlarge
147149
steps:
148150
- checkout

0 commit comments

Comments
 (0)