Skip to content

Commit

Permalink
Merge branch 'master' into test/missing_xyk_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
enthusiastmartin committed Jul 2, 2021
2 parents 355103c + 356edb3 commit 216715f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -77,7 +77,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- run: git describe --tags --abbrev=0 --always
- name: Install Rust
uses: actions-rs/toolchain@v1
uses: actions-rs/toolchain@v1.0.7
with:
profile: minimal
toolchain: nightly-2021-06-01
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2021-03-01"
channel = "nightly-2021-06-01"
components = [ "rustfmt", "clippy" ]
targets = [ "wasm32-unknown-unknown" ]
profile = "minimal"

0 comments on commit 216715f

Please sign in to comment.