Skip to content

Commit

Permalink
Merge pull request #19 from InjectiveLabs/f/swap-routes-fix
Browse files Browse the repository at this point in the history
F/swap routes fix
  • Loading branch information
jbernal87 authored Nov 8, 2024
2 parents bf8dad9 + 851e199 commit a2a4ba4
Show file tree
Hide file tree
Showing 36 changed files with 1,733 additions and 5,742 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.74.0
toolchain: 1.78.0
target: wasm32-unknown-unknown
override: true
components: llvm-tools-preview
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
toolchain: 1.74.0
toolchain: 1.78.0
args: --locked --tests
env:
LLVM_PROFILE_FILE: "swap-contract-%p-%m.profraw"
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.74.0
toolchain: 1.78.0
override: true
components: rustfmt, clippy

Expand All @@ -123,13 +123,13 @@ jobs:
- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
toolchain: 1.74.0
toolchain: 1.78.0
command: fmt
args: --all -- --check

- name: Run cargo clippy
uses: actions-rs/cargo@v1
with:
toolchain: 1.74.0
toolchain: 1.78.0
command: clippy
args: --tests -- -D warnings
Loading

0 comments on commit a2a4ba4

Please sign in to comment.