Skip to content

Commit

Permalink
Bump CI to 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Sep 1, 2024
1 parent dfcb338 commit c1ec499
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 104 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,42 +32,42 @@ jobs:
run: ./demo.bat

test-stable-linux:
name: Test on 1.48.0 Linux
name: Test on 1.63.0 Linux
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.48.0
toolchain: 1.63.0
- name: Restore MSRV Lock
run: cp Cargo.lock.msrv Cargo.lock
- name: Test
run: make test

test-stable-macos:
name: Test on 1.56.0 macOS
name: Test on 1.63.0 macOS
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.56.0
toolchain: 1.63.0
- name: Restore MSRV Lock
run: cp Cargo.lock.msrv Cargo.lock
- name: Test
run: make test

test-stable-windows:
name: Test on 1.48.0 Windows
name: Test on 1.63.0 Windows
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.48.0
toolchain: 1.63.0
- name: Restore MSRV Lock
run: cp Cargo.lock.msrv Cargo.lock
- name: Test
Expand Down
137 changes: 40 additions & 97 deletions Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Crates.io](https://img.shields.io/crates/d/self-replace.svg)](https://crates.io/crates/self-replace)
[![License](https://img.shields.io/github/license/mitsuhiko/self-replace)](https://github.com/mitsuhiko/self-replace/blob/main/LICENSE)
[![rustc 1.48.0](https://img.shields.io/badge/rust-1.48%2B-orange.svg)](https://img.shields.io/badge/rust-1.48%2B-orange.svg)
[![rustc 1.63.0](https://img.shields.io/badge/rust-1.63%2B-orange.svg)](https://img.shields.io/badge/rust-1.63%2B-orange.svg)
[![Documentation](https://docs.rs/self-replace/badge.svg)](https://docs.rs/self-replace)

`self-replace` is a crate that allows binaries to replace themselves with newer
Expand Down

0 comments on commit c1ec499

Please sign in to comment.