Skip to content

Commit b7e99ec

Browse files
committed
chore: version bump
1 parent ad4b0ee commit b7e99ec

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "version-control-clean-check"
3-
version = "0.1.3-dev"
3+
version = "0.1.4"
44
authors = ["One <[email protected]>"]
55
categories = []
66
documentation = "https://docs.rs/version-control-clean-check"
@@ -16,7 +16,12 @@ description = "Checks if the version control is clean. Based on code from Cargo.
1616
[dependencies]
1717
anyhow = { version = "1.0.94", features = ["backtrace"] }
1818
cargo-util = "0.2.16"
19-
clap = { version = "4.5.23", features = ["cargo", "env", "derive", "wrap_help"], optional = true }
19+
clap = { version = "4.5.23", features = [
20+
"cargo",
21+
"env",
22+
"derive",
23+
"wrap_help",
24+
], optional = true }
2025
git2 = "0.19.0"
2126
thiserror = "2.0.8"
2227

0 commit comments

Comments
 (0)