Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
This patch applies all breaking and non-breaking dependency updates
and bumps MSRV to 1.70.0.
  • Loading branch information
chrisduerr committed Oct 8, 2023
1 parent c2f8abe commit 59c63d3
Show file tree
Hide file tree
Showing 15 changed files with 349 additions and 324 deletions.
4 changes: 2 additions & 2 deletions .builds/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ tasks:
cargo test
- oldstable: |
cd alacritty
rustup toolchain install --profile minimal 1.65.0
rustup default 1.65.0
rustup toolchain install --profile minimal 1.70.0
rustup default 1.70.0
cargo test
- clippy: |
cd alacritty
Expand Down
4 changes: 2 additions & 2 deletions .builds/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ tasks:
cargo test
- oldstable: |
cd alacritty
rustup toolchain install --profile minimal 1.65.0
rustup default 1.65.0
rustup toolchain install --profile minimal 1.70.0
rustup default 1.70.0
cargo test
- clippy: |
cd alacritty
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: cargo test
- name: Oldstable
run: |
rustup default 1.65.0
rustup default 1.70.0
cargo test
- name: Clippy
run: |
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Packaging

- Minimum Rust version has been bumped to 1.65.0
- Minimum Rust version has been bumped to 1.70.0
- Manpages are now generated using `scdoc` (see `INSTALL.md`)

### Added
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ and
[easy](https://github.com/alacritty/alacritty/issues?q=is%3Aopen+is%3Aissue+label%3A%22D+-+easy%22)
issues.

Please note that the minimum supported version of Alacritty is Rust 1.65.0. All patches are expected
Please note that the minimum supported version of Alacritty is Rust 1.70.0. All patches are expected
to work with the minimum supported version.

Since `alacritty_terminal`'s version always tracks the next release, make sure that the version is
Expand Down

0 comments on commit 59c63d3

Please sign in to comment.