Skip to content

Commit

Permalink
(cargo-release) version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jan 24, 2021
1 parent 28d506a commit 1ccfdcd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion git-odb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-odb"
version = "0.7.1"
version = "0.8.0"
repository = "https://github.com/Byron/gitoxide"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion git-packetline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ hex = "0.4.2"
bstr = { version = "0.2.13", default-features = false, features = ["std"] }

[dev-dependencies]
git-odb = { version = "^0.7.0", path = "../git-odb" }
git-odb = { version = "^0.8.0", path = "../git-odb" }
2 changes: 1 addition & 1 deletion gitoxide-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ all-features = true
[dependencies]
git-repository = { version = "^0.4.0", path = "../git-repository" }
git-object = { version = "^0.6.0", path = "../git-object" }
git-odb = { version = "^0.7.0", path = "../git-odb" }
git-odb = { version = "^0.8.0", path = "../git-odb" }
git-protocol = { version = "^0.4.0", path = "../git-protocol" }
git-features = { version = "^0.11.0", path = "../git-features" }
git-commitgraph = { version = "^0.3.0", path = "../git-commitgraph" }
Expand Down

0 comments on commit 1ccfdcd

Please sign in to comment.