Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 156254d

Browse files
authored
chore: remove starknet-contract-class (#766)
* Remove `override: true` from dtolnay actions It's not a valid option * Move starknet-contract-class to SiR * Remove `ParsedContractClass`
1 parent d3f4f03 commit 156254d

Some content is hidden

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

45 files changed

+357
-654
lines changed

.github/workflows/rust-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
uses: dtolnay/rust-toolchain@stable
2020
with:
2121
toolchain: ${{ env.RUST_TOOLCHAIN }}
22-
override: true
2322
components: rustfmt, clippy
2423
- uses: Swatinem/rust-cache@v2
2524
with:
@@ -41,7 +40,6 @@ jobs:
4140
uses: dtolnay/rust-toolchain@stable
4241
with:
4342
toolchain: ${{ env.RUST_TOOLCHAIN }}
44-
override: true
4543
components: rustfmt, clippy
4644
- uses: Swatinem/rust-cache@v2
4745
with:
@@ -65,7 +63,6 @@ jobs:
6563
uses: dtolnay/rust-toolchain@stable
6664
with:
6765
toolchain: ${{ env.RUST_TOOLCHAIN }}
68-
override: true
6966
components: rustfmt, clippy
7067
- uses: Swatinem/rust-cache@v2
7168
with:

0 commit comments

Comments
 (0)