Skip to content

Commit

Permalink
Upgrade Rust to 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasPickering committed Oct 4, 2024
1 parent 711086f commit eb0a078
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased - [ReleaseDate]

### Changed

- Upgrade Rust version to 1.80.0

### Fixed

- Do not load config for subcommands that don't need it (e.g. `es init`)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "env-select"
repository = "https://github.com/LucasPickering/env-select"
# Keep in sync w/ rust-toolchain.toml
rust-version = "1.72.0"
rust-version = "1.80.0"
version = "1.1.3"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
# Keep in sync w/ Cargo.toml
channel = "1.72.0"
channel = "1.80.0"
components = ["cargo", "clippy", "rustfmt"]

0 comments on commit eb0a078

Please sign in to comment.