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 Nov 26, 2020
1 parent 934a26c commit 47c00c2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ prodash-render-line = ["prodash/render-line"]
anyhow = "1.0.31"

gitoxide-core = { version = "^0.4.0", path = "gitoxide-core" }
git-features = { version = "^0.7.0", path = "git-features" }
git-features = { version = "^0.8.0", path = "git-features" }
# just for feature configuration
git-transport = { optional = true, version = "^0.2.0", path = "git-transport" }

Expand Down
2 changes: 1 addition & 1 deletion git-commitgraph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doctest = false
serde1 = ["serde", "git-object/serde1"]

[dependencies]
git-features = { version = "^0.7.0", path = "../git-features" }
git-features = { version = "^0.8.0", path = "../git-features" }
git-object = { version = "^0.4.0", path = "../git-object" }

bstr = { version = "0.2.13", default-features = false, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion git-features/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "git-features"
description = "A crate to integrate various capabilities using compile-time feature flags"
repository = "https://github.com/Byron/gitoxide"
version = "0.7.0"
version = "0.8.0"
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
license = "MIT/Apache-2.0"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion git-odb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all-features = true

[dependencies]
git-object = { version = "^0.4.0", path = "../git-object" }
git-features = { version = "^0.7.0", path = "../git-features", features = ["git-object"] }
git-features = { version = "^0.8.0", path = "../git-features", features = ["git-object"] }

walkdir = "2.1.4"
miniz_oxide = "0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion git-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ doctest = false
serde1 = ["serde", "bstr/serde1", "git-transport/serde1", "git-object/serde1"]

[dependencies]
git-features = { version = "^0.7.0", path = "../git-features" }
git-features = { version = "^0.8.0", path = "../git-features" }
git-transport = { version = "^0.2.0", path = "../git-transport" }
git-object = { version = "^0.4.0", path = "../git-object" }

Expand Down
2 changes: 1 addition & 1 deletion git-transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ http-client-curl = ["curl", "base64", "git-features/io-pipe"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
git-features = { version = "^0.7.0", path = "../git-features" }
git-features = { version = "^0.8.0", path = "../git-features" }
git-url = { version = "^0.1.0", path = "../git-url" }
git-packetline = { version = "^0.2.0", path = "../git-packetline" }

Expand Down
2 changes: 1 addition & 1 deletion gitoxide-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ git-repository = { version = "^0.4.0", path = "../git-repository" }
git-object = { version = "^0.4.0", path = "../git-object" }
git-odb = { version = "^0.4.0", path = "../git-odb" }
git-protocol = { version = "0.1.0", path = "../git-protocol" }
git-features = { version = "^0.7.0", path = "../git-features" }
git-features = { version = "^0.8.0", path = "../git-features" }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
anyhow = "1.0.31"
quick-error = "2.0.0"
Expand Down

0 comments on commit 47c00c2

Please sign in to comment.