Skip to content

Commit

Permalink
Bump minimum supported Rust version to 1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yykamei committed Sep 10, 2023
1 parent 94e44c8 commit 0400e05
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .builds/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ tasks:
cargo clippy --all-targets
- oldstable: |
cd copypasta
rustup toolchain install --profile minimal 1.60.0
cargo +1.60.0 test
rustup toolchain install --profile minimal 1.61.0
cargo +1.61.0 test
4 changes: 2 additions & 2 deletions .builds/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ tasks:
cargo clippy --all-targets
- oldstable: |
cd copypasta
rustup toolchain install --profile minimal 1.60.0
cargo +1.60.0 test
rustup toolchain install --profile minimal 1.61.0
cargo +1.61.0 test
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
cargo clippy --all-targets
- name: Oldstable
run: |
rustup default 1.60.0
rustup default 1.61.0
cargo clean
cargo test
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT / Apache-2.0"
keywords = ["clipboard"]
exclude = ["/.travis.yml"]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.61.0"

[features]
default = ["x11", "wayland"]
Expand Down

0 comments on commit 0400e05

Please sign in to comment.