Skip to content

Commit

Permalink
Merge pull request #253 from cargo-prebuilt/experimental/upoct24
Browse files Browse the repository at this point in the history
Add cargo-msrv
  • Loading branch information
harmless-tech authored Oct 26, 2024
2 parents 5dfc38f + e804bc5 commit f0dfacb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 5 additions & 0 deletions crates/cargo-msrv.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[info]
id = "cargo-msrv"
git = "https://github.com/foresterre/cargo-msrv"
unsupported = []
bins = ["cargo-msrv"]
2 changes: 1 addition & 1 deletion pr/_allowlist
Original file line number Diff line number Diff line change
@@ -1 +1 @@
trunk
cargo-msrv
2 changes: 1 addition & 1 deletion stable.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0dfacb

Please sign in to comment.