Skip to content

Commit 1e18a6d

Browse files
committed
Cargo.toml: Document that MSRV can be bumped if there is a reason for it
To the best of my knowledge our current MSRV rule is that we can bump MSRV whenever there is a reason for it. Let's document it.
1 parent 57629bc commit 1e18a6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ version = "0.25.0"
1010
exclude = ["assets/syntaxes/*", "assets/themes/*"]
1111
build = "build/main.rs"
1212
edition = '2021'
13+
# You are free to bump MSRV as soon as a reason for bumping emerges.
1314
rust-version = "1.74"
1415

1516
[features]

0 commit comments

Comments
 (0)