Skip to content

Commit 3286e42

Browse files
committed
(cargo-release) version 0.2.0
1 parent 1fdb5ac commit 3286e42

File tree

10 files changed

+9
-9
lines changed

10 files changed

+9
-9
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.

etc/crates/git-hash/0.4.0

Whitespace-only changes.

git-commitgraph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ serde = { version = "1.0.114", optional = true, default-features = false, featur
2626
thiserror = "1.0.20"
2727

2828
[dev-dependencies]
29-
git-testtools = { version = "0.1", path = "../tests/tools" }
29+
git-testtools = { version = "^0.2", path = "../tests/tools" }

git-object/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ itoa = "0.4.6"
3232

3333
[dev-dependencies]
3434
pretty_assertions = "0.7.1"
35-
git-testtools = { version = "0.1", path = "../tests/tools"}
35+
git-testtools = { version = "^0.2", path = "../tests/tools"}

git-odb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ tempfile = "3.1.0"
3838
thiserror = "1.0.20"
3939

4040
[dev-dependencies]
41-
git-testtools = { version = "0.1", path = "../tests/tools"}
41+
git-testtools = { version = "^0.2", path = "../tests/tools"}
4242
pretty_assertions = "0.7.1"

git-pack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ memory-lru = { version = "0.1.0", optional = true }
5252
dashmap = "4.0.2"
5353

5454
[dev-dependencies]
55-
git-testtools = { version = "0.1", path = "../tests/tools"}
55+
git-testtools = { version = "^0.2", path = "../tests/tools"}
5656
git-odb = { version = "^0.16", path = "../git-odb" }
5757
bstr = { version = "0.2.13", default-features = false, features = ["std"] }
5858
hex = "0.4.2"

git-ref/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ bstr = { version = "0.2.13", default-features = false, features = ["std"] }
2323
nom = { version = "6", default-features = false, features = ["alloc"]}
2424

2525
[dev-dependencies]
26-
git-testtools = { version = "0.1", path = "../tests/tools" }
26+
git-testtools = { version = "^0.2", path = "../tests/tools" }

git-repository/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ git-features = { version = "^0.15.0", path = "../git-features", optional = true
4444
quick-error = "2.0.0"
4545

4646
[dev-dependencies]
47-
git-testtools = { version = "0.1", path = "../tests/tools" }
47+
git-testtools = { version = "^0.2", path = "../tests/tools" }

git-validate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ quick-error = "2.0.0"
1919
bstr = { version = "0.2.13", default-features = false, features = ["std"] }
2020

2121
[dev-dependencies]
22-
git-testtools = { version = "0.1", path = "../tests/tools" }
22+
git-testtools = { version = "^0.2", path = "../tests/tools" }

tests/tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "git-testtools"
33
description = "Shared code for gitoxide crates to facilitate testing"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
66
edition = "2018"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)