Skip to content

Commit 27f5955

Browse files
committed
(cargo-release) version 0.6.0
1 parent d61ad88 commit 27f5955

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

git-packetline/Cargo.toml

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

2525
[dev-dependencies]
26-
git-odb = { version = "^0.5.0", path = "../git-odb" }
26+
git-odb = { version = "^0.6.0", path = "../git-odb" }

gitoxide-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ all-features = true
2020
[dependencies]
2121
git-repository = { version = "^0.4.0", path = "../git-repository" }
2222
git-object = { version = "^0.5.0", path = "../git-object" }
23-
git-odb = { version = "^0.5.0", path = "../git-odb" }
23+
git-odb = { version = "^0.6.0", path = "../git-odb" }
2424
git-protocol = { version = "^0.2.0", path = "../git-protocol" }
2525
git-features = { version = "^0.9.0", path = "../git-features" }
2626
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }

0 commit comments

Comments
 (0)