Skip to content

Commit

Permalink
build(cargo): set MSRV to 1.74.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
  • Loading branch information
cafkafk committed Mar 3, 2024
1 parent 49aed8a commit 7e9f7b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = ["Christina Sørensen <christina@cafkafk.com>"]
categories = ["command-line-utilities"]
license = "AGPL-3.0-only"
version = "0.1.8"
rust-version = "1.73.0"
rust-version = "1.74.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: AGPL-3.0-only

[toolchain]
channel = "stable"
channel = "1.74"
components = [
"rustfmt",
"rustc",
Expand Down

0 comments on commit 7e9f7b8

Please sign in to comment.