Skip to content

Commit

Permalink
Merge pull request #46 from anton-rs/rf/feat/legacy-code
Browse files Browse the repository at this point in the history
fix: Remove Legacy Code
  • Loading branch information
refcell authored Sep 13, 2024
2 parents dcd77fb + af4d7ef commit 86a9e53
Show file tree
Hide file tree
Showing 30 changed files with 214 additions and 3,399 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/no_std.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
crate: ["superchain", "superchain-primitives", "superchain-registry"]
crate: ["superchain"]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
run: cargo login $CARGO_REGISTRY_TOKEN
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Release superchain-primitives crate
run: just release-primitives
continue-on-error: true
- name: Release superchain-registry crate
run: just release-registry
continue-on-error: true
- name: Release superchain crate
run: just release-superchain
continue-on-error: true
Loading

0 comments on commit 86a9e53

Please sign in to comment.