diff --git a/README.md b/README.md index be59bd77..694e4622 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ Tier 3: Crates optionally build for these platforms, but the build will still pu - [cargo-local-registry](https://github.com/dhovart/cargo-local-registry) - [cargo-make](https://github.com/sagiegurari/cargo-make) - [cargo-modules](https://github.com/regexident/cargo-modules) +- [cargo-msrv](https://github.com/foresterre/cargo-msrv) - [cargo-mpirun](https://github.com/AndrewGaspar/cargo-mpirun) - [cargo-multivers](https://github.com/ronnychevalier/cargo-multivers) - [cargo-ndk](https://github.com/bbqsrc/cargo-ndk) diff --git a/crates/cargo-msrv.toml b/crates/cargo-msrv.toml new file mode 100644 index 00000000..bc43e139 --- /dev/null +++ b/crates/cargo-msrv.toml @@ -0,0 +1,5 @@ +[info] +id = "cargo-msrv" +git = "https://github.com/foresterre/cargo-msrv" +unsupported = [] +bins = ["cargo-msrv"] diff --git a/pr/_allowlist b/pr/_allowlist index b5d9bfd6..4a9ce4d6 100644 --- a/pr/_allowlist +++ b/pr/_allowlist @@ -1 +1 @@ -trunk +cargo-msrv diff --git a/stable.template.yml b/stable.template.yml index dbef3823..c753f507 100644 --- a/stable.template.yml +++ b/stable.template.yml @@ -182,7 +182,7 @@ jobs: fail-fast: false matrix: target: [ x86_64-apple-darwin, aarch64-apple-darwin ] - runs-on: macos-14 + runs-on: macos-latest needs: [ setup ] steps: - uses: actions/checkout@v4