Skip to content

Commit

Permalink
version bump for deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDavison committed Jan 30, 2024
1 parent a5c4377 commit 4fae7f6
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 7 deletions.
197 changes: 192 additions & 5 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 = "repoutil"
version = "0.24.1"
version = "0.25.0"
authors = ["Chris Davison <c.jr.davison@gmail.com>"]
edition = "2018"
license = "MIT"
Expand All @@ -10,7 +10,7 @@ description = "Wrapper around my common git commands"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
shellexpand = "1.0"
shellexpand = "3.1.0"
anyhow = "1.0"
structopt = "0.3.26"
rayon = "1.8.1"

0 comments on commit 4fae7f6

Please sign in to comment.