We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a782a2f commit c152962Copy full SHA for c152962
git-foreach/Cargo.toml
@@ -10,5 +10,5 @@ repository = "https://github.com/marcfrederick/git-foreach"
10
[dependencies]
11
clap = { version = "4.5.9", features = ["derive", "cargo"] }
12
git-walk = { path = "../git-walk" }
13
-thiserror = "1.0.62"
+thiserror = "1.0.63"
14
rayon = "1.10.0"
git-walk/Cargo.toml
@@ -9,4 +9,4 @@ repository = "https://github.com/marcfrederick/git-foreach"
9
ignore = "0.4.22"
0 commit comments