Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnossiom committed Dec 25, 2024
1 parent 26a916f commit f6422b0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-leave"
version = "1.6.2"
version = "1.6.3"
edition = "2021"

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

[dependencies]
clap = { version = "4.5.13", features = ["derive"] }
color-eyre = "0.6.3"
console = "0.15.8"
crossbeam = "0.8.4"
dirs = "5.0"
git2 = "0.19.0"
indicatif = "0.17.8"
label-logger = { version = "0.2.1", features = ["indicatif"] }
num_cpus = "1.16.0"
clap = { version = "4", features = ["derive"] }
color-eyre = "0.6"
console = "0.15"
crossbeam = "0.8"
dirs = "5"
git2 = "0.19"
indicatif = "0.17"
label-logger = { version = "0.2", features = ["indicatif"] }
num_cpus = "1"

[lints]
[lints.rust]
Expand Down

0 comments on commit f6422b0

Please sign in to comment.