Skip to content

Commit

Permalink
Merge pull request #88 from matklad/matklad/msrv
Browse files Browse the repository at this point in the history
bump MSRV
  • Loading branch information
matklad committed Jun 10, 2024
2 parents 7dc60e2 + 9b9b8ab commit 7242531
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,8 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.59.0 # Check _only_ MSRV for simplicity.
profile: minimal
components: rustfmt
override: true
- run: rustup default 1.63.0 # Check _only_ MSRV for simplicity.
- run: rustup component add rustfmt
- run: cargo run --example ci

publish:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

- MSRV is raised to 1.63.0

## 0.2.6

- Implement `Clone` for `Shell`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/matklad/xshell"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
edition = "2021"
rust-version = "1.59"
rust-version = "1.63"

exclude = [".github/", "bors.toml", "rustfmt.toml", "cbench", "mock_bin/"]

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
//!
//! # Maintenance
//!
//! Minimum Supported Rust Version: 1.59.0. MSRV bump is not considered semver
//! Minimum Supported Rust Version: 1.63.0. MSRV bump is not considered semver
//! breaking. MSRV is updated conservatively.
//!
//! The crate isn't comprehensive yet, but this is a goal. You are hereby
Expand Down

0 comments on commit 7242531

Please sign in to comment.