Skip to content

Commit ec4a7e5

Browse files
committed
🔧 Raise MSRV to 1.74.0
1 parent ab5dd64 commit ec4a7e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/terminal-colorsaurus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["terminal", "light", "dark", "color-scheme", "cli"]
88
license = "MIT OR Apache-2.0"
99
version.workspace = true
1010
edition = "2021"
11-
rust-version = "1.70.0" # Search for `FIXME(msrv)` when bumping.
11+
rust-version = "1.74.0" # Search for `FIXME(msrv)` when bumping.
1212
exclude = [".github", ".gitignore", "*.sh", "benchmark/**/*", "doc/issues.md", "deny.toml"]
1313

1414
[dependencies]

crates/termtheme/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "termtheme"
33
version = "0.1.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
6-
rust-version = "1.70.0" # Search for `FIXME(msrv)` when bumping.
6+
rust-version = "1.74.0"
77
publish = false # Not ready yet
88

99
[dependencies]

0 commit comments

Comments
 (0)