Skip to content

Commit

Permalink
Merge pull request #20 from drdo/bump-to-0.1.4
Browse files Browse the repository at this point in the history
Bump to 0.1.4
  • Loading branch information
drdo authored Jun 7, 2024
2 parents 656ab64 + 152299d commit 04da946
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 33 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
.envrc
.idea
/scripts/target
/target
62 changes: 31 additions & 31 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redu"
version = "0.1.3"
version = "0.1.4"
authors = ["Daniel Rebelo de Oliveira <[email protected]>"]
license = "MIT"
homepage = "https://github.com/drdo/redu"
Expand All @@ -14,7 +14,7 @@ description = "This is like ncdu for a restic repository."
anyhow = "1"
scopeguard = "1"
camino = "1"
clap = { version = "=4.5.0", features = ["derive"] } # Fixing this to not pull in "heck" twice
clap = { version = "4", features = ["derive"] }
crossterm = "0.27"
directories = "5"
flexi_logger = "0.28"
Expand Down

0 comments on commit 04da946

Please sign in to comment.