Skip to content

Commit 11c1e78

Browse files
authored
Bump deps, starknet types core, rust (#3766)
<!-- Reference any GitHub issues resolved by this PR --> Closes # ## Introduced changes <!-- A brief description of the changes --> - This is using a blockifer fork, needed to comment out the code using `size-of`, because types from new versions of starknet-types-core didn't have it and it didn't compile. ## Checklist <!-- Make sure all of these are complete --> - [x] Linked relevant issue - [x] Updated relevant documentation - [x] Added relevant tests - [x] Performed self-review of the code - [ ] Added changes to `CHANGELOG.md`
1 parent fe43a4b commit 11c1e78

File tree

25 files changed

+630
-619
lines changed

25 files changed

+630
-619
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ jobs:
302302
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
303303
with:
304304
toolchain: stable
305+
components: rustfmt
305306
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
306307
- name: Check formatting
307308
run: cargo fmt --check
@@ -324,6 +325,7 @@ jobs:
324325
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
325326
with:
326327
toolchain: stable
328+
components: clippy
327329
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
328330
- run: cargo lint
329331

0 commit comments

Comments
 (0)