Skip to content

Commit

Permalink
updated rust version used in CI to 1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenpo committed Sep 21, 2020
1 parent 3300691 commit fd530db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.44.1
toolchain: 1.46
target: wasm32-unknown-unknown
override: true

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.44.1
toolchain: 1.46
override: true
components: rustfmt, clippy

Expand Down

0 comments on commit fd530db

Please sign in to comment.