Skip to content

Commit b327590

Browse files
committed
(cargo-release) version 0.18.0
1 parent d704bca commit b327590

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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-diff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ git-object = { version = "^0.11", path = "../git-object" }
1919
quick-error = "2.0.0"
2020

2121
[dev-dependencies]
22-
git-odb = { version = "^0.17", path = "../git-odb" }
22+
git-odb = { version = "^0.18", path = "../git-odb" }
2323
git-traverse = { version = "^0.5", path = "../git-traverse" }
2424
git-testtools = { path = "../tests/tools" }

git-odb/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-odb"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
repository = "https://github.com/Byron/gitoxide"
55
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
66
license = "MIT/Apache-2.0"

git-pack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dashmap = "4.0.2"
5454

5555
[dev-dependencies]
5656
git-testtools = { version = "^0.4", path = "../tests/tools"}
57-
git-odb = { version = "^0.17", path = "../git-odb" }
57+
git-odb = { version = "^0.18", path = "../git-odb" }
5858
tempfile = "3.1.0"
5959
bstr = { version = "0.2.13", default-features = false, features = ["std"] }
6060
hex = "0.4.2"

git-packetline/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ pin-project-lite = { version = "0.2.6", optional = true }
4242

4343
[dev-dependencies]
4444
async-std = { version = "1.9.0", features = ["attributes"] }
45-
git-odb = { version = "^0.17.0", path = "../git-odb" }
45+
git-odb = { version = "^0.18.0", path = "../git-odb" }
4646
maybe-async = "0.2.6"

git-ref/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ filebuffer = "0.4.0"
4343

4444
[dev-dependencies]
4545
git-testtools = { version = "^0.4", path = "../tests/tools" }
46-
git-odb = { version = "^0.17", path = "../git-odb" }
46+
git-odb = { version = "^0.18", path = "../git-odb" }
4747
tempfile = "3.2.0"

git-repository/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ one-stop-shop = [
3636
git-ref = { version = "0.5.0", path = "../git-ref" }
3737
git-tempfile = { version = "^0.6.0", path = "../git-tempfile" }
3838

39-
git-odb = { version = "^0.17", path = "../git-odb" }
39+
git-odb = { version = "^0.18", path = "../git-odb" }
4040
git-hash = { version = "^0.5.0", path = "../git-hash" }
4141
git-object = { version = "^0.11", path = "../git-object" }
4242
git-actor = { version = "^0.3", path = "../git-actor" }

git-traverse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ quick-error = "2.0.0"
2020

2121
[dev-dependencies]
2222
git-testtools = { path = "../tests/tools" }
23-
git-odb = { version = "^0.17", path = "../git-odb" }
23+
git-odb = { version = "^0.18", path = "../git-odb" }

0 commit comments

Comments
 (0)