Skip to content

Commit

Permalink
Bump minimum supported Rust version to 1.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kchibisov committed Oct 10, 2023
1 parent 3d4f8ee commit 4366f59
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.61.0
cargo +1.61.0 test
rustup toolchain install --profile minimal 1.65.0
cargo +1.65.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.61.0
cargo +1.61.0 test
rustup toolchain install --profile minimal 1.65.0
cargo +1.65.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.61.0
rustup default 1.65.0
cargo clean
cargo test
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- Bump minimum supported Rust version to `1.61.0`
- Bump minimum supported Rust version to `1.65.0`
- Change `ClipboardProvider::set_contents` parameter type to `AsRef<str>`
- Prefer file's path over text on macOS

Expand Down
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.61.0"
rust-version = "1.65.0"

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

0 comments on commit 4366f59

Please sign in to comment.