Skip to content

Commit

Permalink
Bump toolchain again
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Aug 23, 2023
1 parent 2c7ec44 commit 582509c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
steps:
- uses: actions/checkout@v3
# https://github.com/rust-lang/rust/issues/95926
- uses: dtolnay/rust-toolchain@1.63.0
- uses: dtolnay/rust-toolchain@1.70.0
with:
targets: x86_64-unknown-linux-musl
- run: sudo apt-get install musl-tools musl-dev
- run: sudo ln -s /bin/g++ /bin/musl-g++
- run: rustup show active-toolchain
- run: rustup target install --toolchain 1.63 x86_64-unknown-linux-musl
- run: rustup target install --toolchain 1.70 x86_64-unknown-linux-musl
- run: cargo build --target=x86_64-unknown-linux-musl
- run: cargo run --target=x86_64-unknown-linux-musl -- --help
- run: cargo test --target=x86_64-unknown-linux-musl -vv -- --nocapture --test-threads 1
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.63"
channel = "1.70"
components = ["rustfmt"]
profile = "minimal"

0 comments on commit 582509c

Please sign in to comment.