Skip to content

Commit 011d301

Browse files
author
xliiv
authored
Bump minimum supported Rust version to 1.57.0
1 parent fd7f095 commit 011d301

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.builds/freebsd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ tasks:
2525
cargo clippy --all-targets
2626
- oldstable: |
2727
cd copypasta
28-
rustup toolchain install --profile minimal 1.56.0
29-
cargo +1.56.0 test
28+
rustup toolchain install --profile minimal 1.57.0
29+
cargo +1.57.0 test

.builds/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ tasks:
2626
cargo clippy --all-targets
2727
- oldstable: |
2828
cd copypasta
29-
rustup toolchain install --profile minimal 1.56.0
30-
cargo +1.56.0 test
29+
rustup toolchain install --profile minimal 1.57.0
30+
cargo +1.57.0 test

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
cargo clippy --all-targets
2424
- name: Oldstable
2525
run: |
26-
rustup default 1.56.0
26+
rustup default 1.57.0
2727
cargo clean
2828
cargo test

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
# Unreleased
88

9-
- Minumun rust version was bumped to `1.56.0`
9+
- Minumun rust version was bumped to `1.57.0`
1010

1111
## 0.7.1
1212

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT / Apache-2.0"
1010
keywords = ["clipboard"]
1111
exclude = ["/.travis.yml"]
1212
edition = "2021"
13-
rust-version = "1.56.0"
13+
rust-version = "1.57.0"
1414

1515
[features]
1616
default = ["x11", "wayland"]

0 commit comments

Comments
 (0)