Skip to content

Commit

Permalink
Bump MSRV to 1.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kchibisov committed Jul 17, 2024
1 parent 49e4e5f commit fe93679
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Notable changes to the `alacritty_terminal` crate are documented in its

## 0.14.0-dev

### Packaging

- Minimum Rust version has been bumped to 1.74.0

### Added

- Support relative path imports from config files
Expand Down
2 changes: 1 addition & 1 deletion alacritty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
homepage = "https://alacritty.org"
repository = "https://github.com/alacritty/alacritty"
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.74.0"

[dependencies.alacritty_terminal]
path = "../alacritty_terminal"
Expand Down
2 changes: 1 addition & 1 deletion alacritty_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Alacritty configuration abstractions"
homepage = "https://alacritty.org"
repository = "https://github.com/alacritty/alacritty"
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.74.0"

[dependencies]
log = { version = "0.4.17", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion alacritty_config_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Failure resistant deserialization derive"
homepage = "https://alacritty.org"
repository = "https://github.com/alacritty/alacritty"
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.74.0"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion alacritty_terminal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "../README.md"
homepage = "https://alacritty.org"
repository = "https://github.com/alacritty/alacritty"
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.74.0"

[features]
default = ["serde"]
Expand Down

0 comments on commit fe93679

Please sign in to comment.