Skip to content

Commit

Permalink
Try a bunch of rustcs
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Dec 3, 2022
1 parent 675e38d commit 8e500e1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 45 deletions.
67 changes: 24 additions & 43 deletions .github/workflows/merge.yml
@@ -1,52 +1,33 @@
name: Merge (with Bors)
name: Try this
on:
push:
branches:
- staging
- trying
pull_request:

jobs:
check:
strategy:
fail-fast: false
matrix:
include:
- platform: macos
toolchain: stable
features: default
- platform: macos
toolchain: 1.51.0
features: default
- platform: macos
toolchain: stable
features: with-tokio
- platform: macos
toolchain: 1.51.0
features: with-tokio
- platform: ubuntu
toolchain: stable
features: default
- platform: ubuntu
toolchain: 1.51.0
features: default
- platform: ubuntu
toolchain: stable
features: with-tokio
- platform: ubuntu
toolchain: 1.51.0
features: with-tokio
- platform: windows
toolchain: stable
features: default
- platform: windows
toolchain: 1.51.0
features: default
- platform: windows
toolchain: stable
features: with-tokio
- platform: windows
toolchain: 1.51.0
features: with-tokio

platform: [macos]
features:
- default
- with-tokio
toolchain:
- stable
- 1.51.0
- 1.52.0
- 1.53.0
- 1.54.0
- 1.55.0
- 1.56.0
- 1.57.0
- 1.58.0
- 1.59.0
- 1.60.0
- 1.61.0
- 1.62.0
- 1.63.0
- 1.64.0
- 1.65.0
name: "Test on ${{ matrix.platform }} with Rust ${{ matrix.toolchain }} (feat: ${{ matrix.features }})"
runs-on: "${{ matrix.platform }}-latest"

Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Expand Up @@ -12,8 +12,9 @@ homepage = "https://github.com/watchexec/command-group"
repository = "https://github.com/watchexec/command-group"
readme = "README.md"

edition = "2018"
edition = "2021"
exclude = ["/bin", "/.github"]
#rust-version = "1.51.0"

[dependencies]
async-trait = { version = "0.1.50", optional = true }
Expand Down
1 change: 0 additions & 1 deletion README.md
@@ -1,6 +1,5 @@
[![Crate release version](https://flat.badgen.net/crates/v/command-group)](https://crates.io/crates/command-group)
[![Crate license: Apache 2.0 or MIT](https://flat.badgen.net/badge/license/Apache%202.0%20or%20MIT)][copyright]
![MSRV: 1.51.0 (breaking)](https://flat.badgen.net/badge/MSRV/1.51.0%20%28breaking%29/green)
[![Bors enabled](https://bors.tech/images/badge_small.svg)](https://app.bors.tech/repositories/45673)
[![CI status on main branch](https://github.com/watchexec/command-group/actions/workflows/main.yml/badge.svg)](https://github.com/watchexec/command-group/actions/workflows/main.yml)

Expand Down

0 comments on commit 8e500e1

Please sign in to comment.