Skip to content

Commit 708fc5a

Browse files
committed
Release git-object v0.13.0
1 parent 5dbf753 commit 708fc5a

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
@@ -15,7 +15,7 @@ doctest = false
1515

1616
[dependencies]
1717
git-hash = { version = "^0.5.0", path = "../git-hash" }
18-
git-object = { version ="0.12.0", path = "../git-object" }
18+
git-object = { version ="^0.13.0", path = "../git-object" }
1919
quick-error = "2.0.0"
2020

2121
[dev-dependencies]

git-object/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-object"
3-
version = "0.12.2"
3+
version = "0.13.0"
44
description = "Immutable and mutable git objects with decoding and encoding support"
55
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
66
repository = "https://github.com/Byron/gitoxide"

git-odb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ all-features = true
3030
[dependencies]
3131
git-features = { version = "^0.16.0", path = "../git-features", features = ["rustsha1", "walkdir", "zlib"] }
3232
git-hash = { version = "^0.5.0", path = "../git-hash" }
33-
git-object = { version ="0.12.0", path = "../git-object" }
33+
git-object = { version ="^0.13.0", path = "../git-object" }
3434
git-pack = { version ="^0.9.0", path = "../git-pack" }
3535

3636
btoi = "0.4.2"

git-pack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ all-features = true
3434
[dependencies]
3535
git-features = { version = "^0.16.0", path = "../git-features", features = ["crc32", "rustsha1", "progress", "zlib"] }
3636
git-hash = { version = "^0.5.0", path = "../git-hash" }
37-
git-object = { version ="0.12.0", path = "../git-object" }
37+
git-object = { version ="^0.13.0", path = "../git-object" }
3838
git-traverse = { version ="0.7.0", path = "../git-traverse" }
3939
git-diff = { version ="0.8.0", path = "../git-diff" }
4040
git-tempfile = { version ="^1.0.0", path = "../git-tempfile" }

git-ref/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ required-features = ["internal-testing-git-features-parallel"]
2626
[dependencies]
2727
git-features = { version = "^0.16.0", path = "../git-features", features = ["walkdir"]}
2828
git-hash = { version = "^0.5.0", path = "../git-hash" }
29-
git-object = { version ="0.12.0", path = "../git-object" }
29+
git-object = { version ="^0.13.0", path = "../git-object" }
3030
git-validate = { version = "^0.5.0", path = "../git-validate" }
3131
git-actor = { version ="^0.5.0", path = "../git-actor" }
3232
git-lock = { version ="^1.0.0", path = "../git-lock" }

git-repository/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ git-validate = { version = "^0.5.0", path = "../git-validate" }
4141

4242
git-odb = { version ="0.20.0", path = "../git-odb" }
4343
git-hash = { version = "^0.5.0", path = "../git-hash" }
44-
git-object = { version ="0.12.0", path = "../git-object" }
44+
git-object = { version ="^0.13.0", path = "../git-object" }
4545
git-actor = { version ="^0.5.0", path = "../git-actor" }
4646
git-pack = { version ="^0.9.0", path = "../git-pack" }
4747

git-traverse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ doctest = false
1515

1616
[dependencies]
1717
git-hash = { version = "^0.5.0", path = "../git-hash" }
18-
git-object = { version ="0.12.0", path = "../git-object" }
18+
git-object = { version ="^0.13.0", path = "../git-object" }
1919
quick-error = "2.0.0"
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)