mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
chore: Bump MSRV from 1.56.0 to 1.56.1
Being a patch release, I'm fine doing this outside of a minor release. This avoids us having to deal with indexmap having a higher MSRV.
This commit is contained in:
parent
5fdc26ee9a
commit
82d70d82c4
12 changed files with 15 additions and 15 deletions
|
@ -1 +1 @@
|
|||
msrv = "1.56.0" # MSRV
|
||||
msrv = "1.56.1" # MSRV
|
||||
|
|
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -78,7 +78,7 @@ jobs:
|
|||
build: [msrv, wasm, wasm-wasi, debug, release]
|
||||
include:
|
||||
- build: msrv
|
||||
rust: 1.56.0 # MSRV
|
||||
rust: 1.56.1 # MSRV
|
||||
target: x86_64-unknown-linux-gnu
|
||||
features: full
|
||||
- build: wasm
|
||||
|
@ -122,7 +122,7 @@ jobs:
|
|||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.56.0 # MSRV
|
||||
toolchain: 1.56.1 # MSRV
|
||||
profile: minimal
|
||||
override: true
|
||||
- uses: Swatinem/rust-cache@v1
|
||||
|
@ -172,7 +172,7 @@ jobs:
|
|||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.56.0 # MSRV
|
||||
toolchain: 1.56.1 # MSRV
|
||||
profile: minimal
|
||||
override: true
|
||||
components: clippy
|
||||
|
|
4
.github/workflows/rust-next.yml
vendored
4
.github/workflows/rust-next.yml
vendored
|
@ -92,9 +92,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
rust:
|
||||
- 1.56.0 # MSRV
|
||||
- 1.56.1 # MSRV
|
||||
- stable
|
||||
continue-on-error: ${{ matrix.rust != '1.56.0' }} # MSRV
|
||||
continue-on-error: ${{ matrix.rust != '1.56.1' }} # MSRV
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
@ -25,7 +25,7 @@ keywords = [
|
|||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
edition = "2021"
|
||||
rust-version = "1.56.0" # MSRV
|
||||
rust-version = "1.56.1" # MSRV
|
||||
include = [
|
||||
"build.rs",
|
||||
"src/**/*",
|
||||
|
|
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ ifneq (${TOOLCHAIN_TARGET},)
|
|||
ARGS+=--target ${TOOLCHAIN_TARGET}
|
||||
endif
|
||||
|
||||
MSRV?=1.56.0
|
||||
MSRV?=1.56.1
|
||||
|
||||
_FEATURES = minimal default wasm full debug release
|
||||
_FEATURES_minimal = --no-default-features --features "std"
|
||||
|
|
|
@ -93,7 +93,7 @@ OPTIONS:
|
|||
- Leverage feature flags to keep to one active branch
|
||||
- Being under [WG-CLI](https://github.com/rust-cli/team/) to increase the bus factor
|
||||
- We follow semver and will wait about 6-9 months between major breaking changes
|
||||
- We will support the last two minor Rust releases (MSRV, currently 1.56.0)
|
||||
- We will support the last two minor Rust releases (MSRV, currently 1.56.1)
|
||||
|
||||
While these aspirations can be at odds with fast build times and low binary
|
||||
size, we will still strive to keep these reasonable for the flexibility you
|
||||
|
|
|
@ -4,7 +4,7 @@ version = "0.0.0"
|
|||
description = "Benchmarks for clap"
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.56.0" # MSRV
|
||||
rust-version = "1.56.1" # MSRV
|
||||
publish = false
|
||||
|
||||
[package.metadata.release]
|
||||
|
|
|
@ -14,7 +14,7 @@ keywords = [
|
|||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
edition = "2021"
|
||||
rust-version = "1.56.0" # MSRV
|
||||
rust-version = "1.56.1" # MSRV
|
||||
include = [
|
||||
"build.rs",
|
||||
"src/**/*",
|
||||
|
|
|
@ -14,7 +14,7 @@ keywords = [
|
|||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
edition = "2021"
|
||||
rust-version = "1.56.0" # MSRV
|
||||
rust-version = "1.56.1" # MSRV
|
||||
include = [
|
||||
"build.rs",
|
||||
"src/**/*",
|
||||
|
|
|
@ -15,7 +15,7 @@ keywords = [
|
|||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
edition = "2021"
|
||||
rust-version = "1.56.0" # MSRV
|
||||
rust-version = "1.56.1" # MSRV
|
||||
include = [
|
||||
"build.rs",
|
||||
"src/**/*",
|
||||
|
|
|
@ -15,7 +15,7 @@ keywords = [
|
|||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
edition = "2021"
|
||||
rust-version = "1.56.0" # MSRV
|
||||
rust-version = "1.56.1" # MSRV
|
||||
include = [
|
||||
"build.rs",
|
||||
"src/**/*",
|
||||
|
|
|
@ -14,7 +14,7 @@ keywords = [
|
|||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
edition = "2021"
|
||||
rust-version = "1.56.0" # MSRV
|
||||
rust-version = "1.56.1" # MSRV
|
||||
include = [
|
||||
"build.rs",
|
||||
"src/**/*",
|
||||
|
|
Loading…
Reference in a new issue