Skip to content

Commit cf528ff

Browse files
committed
chore(deps): Document current MSRV in Cargo.toml
This is the current defacto MSRV not an upgrade because the last release with locked deps already requires this, it just wasn't specifically documented. Documenting it should help in the future analizing what release tags should be and whether or not to dump dependencies. The current limitation comes via the `anstyle` and `clap_lex` dependencies burried in the dependency tree.
1 parent 7563f3d commit cf528ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "git-warp-time"
33
version = "0.5.1"
44
authors = ["Caleb Maclennan <[email protected]>"]
55
edition = "2021"
6+
rust-version = "1.70.0"
67
description = "Rust library and CLI utility to reset file timestamps to repo state"
78
readme = "README.md"
89
homepage = "https://github.com/alerque/git-warp-time"

0 commit comments

Comments
 (0)