Skip to content

Commit

Permalink
Merge pull request #60 from WHELP-project/update-toolchain-for-codecov
Browse files Browse the repository at this point in the history
updates rustc version for codecov
  • Loading branch information
ueco-jb authored May 13, 2024
2 parents e5a7111 + ac16d31 commit d7a5adf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.78.0
target: wasm32-unknown-unknown
override: true

Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.78.0
override: true
components: rustfmt, clippy

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.78.0
target: wasm32-unknown-unknown
override: true

Expand Down
1 change: 0 additions & 1 deletion contracts/multi-hop/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ pub enum Cw20HookMsg {
operations: Vec<SwapOperation>,
/// The minimum amount of tokens to get from a swap
minimum_receive: Option<Uint128>,
///
receiver: Option<String>,
/// Max spread
max_spread: Option<Decimal>,
Expand Down

0 comments on commit d7a5adf

Please sign in to comment.