Skip to content

Commit

Permalink
Use Rust 1.46.0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hotate29 committed Jun 17, 2022
1 parent e65acd1 commit d57099c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
rust_version: beta
- os: ubuntu-latest
rust_version: nightly
- os: ubuntu-20.04
rust_version: 1.46.0
- os: macos-latest
rust_version: 1.46.0
- os: windows-latest
rust_version: 1.46.0
- os: ubuntu-20.04
rust_version: 1.32.0
- os: macos-latest
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
rust_version: beta
- os: ubuntu-latest
rust_version: nightly
- os: ubuntu-20.04
rust_version: 1.46.0
- os: macos-latest
rust_version: 1.46.0
- os: windows-latest
rust_version: 1.46.0
- os: ubuntu-20.04
rust_version: 1.32.0
- os: macos-latest
Expand Down

0 comments on commit d57099c

Please sign in to comment.