Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce85ab2

Browse files
authored
Update to Starknet 0.14 [skip ci] (starknet-io#802)
1 parent f8394a3 commit ce85ab2

110 files changed

Lines changed: 4238 additions & 1608 deletions

File tree

Some content is hidden

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

.circleci/config.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run:
5050
name: Install Rust
5151
command: |
52-
rustup install 1.85.0
52+
rustup install 1.86.0
5353
rustup install nightly-2025-02-20
5454
- run:
5555
name: Install foundry
@@ -102,7 +102,7 @@ jobs:
102102
name: Install Rust
103103
command: |
104104
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs |
105-
sh -s -- -y --default-toolchain=1.85.0
105+
sh -s -- -y --default-toolchain=1.86.0
106106
- run:
107107
name: Compile binary
108108
command: ./scripts/compile_binary.sh << parameters.target_triplet >>
@@ -140,7 +140,7 @@ jobs:
140140

141141
publish:
142142
docker:
143-
- image: cimg/rust:1.85.0-node
143+
- image: cimg/rust:1.86.0-node
144144
resource_class: xlarge
145145
steps:
146146
- checkout
@@ -151,11 +151,8 @@ jobs:
151151
fingerprints:
152152
- "SHA256:y2r0YUdeS8k6XSOFmgNs4wcTJFv+PIgkY0Yz+af6NSU"
153153
- run:
154-
command: echo 'Skipping publishing to crates.io. See root Cargo.toml'
155-
# TODO
156-
# - run:
157-
# name: Publish new versions to crates.io
158-
# command: ./scripts/publish_cratesio_new_versions.sh
154+
name: Publish new versions to crates.io
155+
command: ./scripts/publish_cratesio_new_versions.sh
159156
- run:
160157
name: Create tags and push joint image manifests
161158
command: ./docker/tag_images_and_create_joint_image_manifests.sh

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ debug/
2121
# Artifacts of spec testing
2222
failed_request.json
2323
failed_response.json
24+
failed_spec.json

0 commit comments

Comments
 (0)