Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1ce210

Browse files
committed
(cargo-release) version 0.8.0
1 parent e9665c7 commit a1ce210

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.

experiments/traversal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2018"
1010
anyhow = "1"
1111
git-odb = { version = "0.12", path = "../../git-odb", features = ["pack-cache-lru-static", "pack-cache-lru-dynamic"] }
1212
git-hash = { version = "^0.3", path = "../../git-hash" }
13-
git-object = { version = "0.7", path = "../../git-object" }
13+
git-object = { version = "^0.8", path = "../../git-object" }
1414
git-diff = { version = "^0.1", path = "../../git-diff" }
1515
git2 = "0.13"
1616
rayon = "1.5.0"

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.3.0", path = "../git-hash" }
18-
git-object = { version = "0.7", path = "../git-object" }
18+
git-object = { version = "^0.8", 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.7.0"
3+
version = "0.8.0"
44
description = "Borrowed and owned git objects with deserialization and serialization support"
55
authors = ["Sebastian Thiel <[email protected]>"]
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
@@ -32,7 +32,7 @@ required-features = []
3232
all-features = true
3333

3434
[dependencies]
35-
git-object = { version = "^0.7.0", path = "../git-object" }
35+
git-object = { version = "^0.8.0", path = "../git-object" }
3636
git-hash = { version = "^0.3.0", path = "../git-hash" }
3737
git-features = { version = "^0.13.0", path = "../git-features" }
3838

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

2121
[dependencies]
2222
git-repository = { version = "^0.5.0", path = "../git-repository" }
23-
git-object = { version = "^0.7.0", path = "../git-object" }
23+
git-object = { version = "^0.8.0", path = "../git-object" }
2424
git-hash = { version = "^0.3.0", path = "../git-hash" }
2525
git-odb = { version = "^0.12.0", path = "../git-odb", features = ["pack-cache-lru-static"] }
2626
git-protocol = { version = "^0.6.0", path = "../git-protocol" }

0 commit comments

Comments
 (0)