Skip to content

Commit 0d5c8b9

Browse files
committed
(cargo-release) version 0.4.0
1 parent 03de99e commit 0d5c8b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

git-object/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ all-features = true
2020

2121
[dependencies]
2222
git-hash = { version = "^0.4.0", path = "../git-hash" }
23-
git-validate = { version = "^0.3.0", path = "../git-validate" }
23+
git-validate = { version = "^0.4.0", path = "../git-validate" }
2424
git-actor = { version = "^0.2.0", path = "../git-actor" }
2525

2626
quick-error = "2.0.0"

git-ref/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ required-features = ["internal-testing-git-features-parallel"]
2727
git-features = { version = "^0.16.0", path = "../git-features", features = ["walkdir"]}
2828
git-hash = { version = "^0.4.0", path = "../git-hash" }
2929
git-object = { version = "^0.10.0", path = "../git-object" }
30-
git-validate = { version = "^0.3.0", path = "../git-validate" }
30+
git-validate = { version = "^0.4.0", path = "../git-validate" }
3131
git-actor = { version = "^0.2.0", path = "../git-actor" }
3232
git-lock = { version = "^0.2.0", path = "../git-lock" }
3333
git-tempfile = { version = "^0.5.0", path = "../git-tempfile" }

git-validate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-validate"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "Validation functions for various kinds of names in git"

0 commit comments

Comments
 (0)