Skip to content

Commit f6422b0

Browse files
committed
chore: bump version
1 parent 26a916f commit f6422b0

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-leave"
3-
version = "1.6.2"
3+
version = "1.6.3"
44
edition = "2021"
55

66
description = "Check for unsaved or uncommitted changes on your machine"
@@ -11,15 +11,15 @@ categories = ["development-tools"]
1111
license = "CECILL-2.1"
1212

1313
[dependencies]
14-
clap = { version = "4.5.13", features = ["derive"] }
15-
color-eyre = "0.6.3"
16-
console = "0.15.8"
17-
crossbeam = "0.8.4"
18-
dirs = "5.0"
19-
git2 = "0.19.0"
20-
indicatif = "0.17.8"
21-
label-logger = { version = "0.2.1", features = ["indicatif"] }
22-
num_cpus = "1.16.0"
14+
clap = { version = "4", features = ["derive"] }
15+
color-eyre = "0.6"
16+
console = "0.15"
17+
crossbeam = "0.8"
18+
dirs = "5"
19+
git2 = "0.19"
20+
indicatif = "0.17"
21+
label-logger = { version = "0.2", features = ["indicatif"] }
22+
num_cpus = "1"
2323

2424
[lints]
2525
[lints.rust]

0 commit comments

Comments
 (0)