Skip to content

Commit

Permalink
(cargo-release) version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jan 24, 2021
1 parent e883a9d commit 1aa1f5e
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 @@ -62,7 +62,7 @@ prodash-render-line = ["prodash/render-line"]
anyhow = "1.0.31"

gitoxide-core = { version = "^0.7.0", path = "gitoxide-core" }
git-features = { version = "^0.10.0", path = "git-features" }
git-features = { version = "^0.11.0", path = "git-features" }
# just for feature configuration
git-transport = { optional = true, version = "^0.5.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.10.0", path = "../git-features" }
git-features = { version = "^0.11.0", path = "../git-features" }
git-object = { version = "^0.6.0", path = "../git-object" }
git-hash = { version = "^0.1.0", path = "../git-hash" }

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.10.1"
version = "0.11.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 @@ -20,7 +20,7 @@ all-features = true
[dependencies]
git-object = { version = "^0.6.0", path = "../git-object" }
git-hash = { version = "^0.1.0", path = "../git-hash" }
git-features = { version = "^0.10.1", path = "../git-features" }
git-features = { version = "^0.11.0", path = "../git-features" }

miniz_oxide = "0.4.1"
smallvec = "1.3.0"
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.10.0", path = "../git-features" }
git-features = { version = "^0.11.0", path = "../git-features" }
git-transport = { version = "^0.5.0", path = "../git-transport" }
git-object = { version = "^0.6.0", path = "../git-object" }
git-hash = { version = "^0.1.0", path = "../git-hash" }
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.10.0", path = "../git-features" }
git-features = { version = "^0.11.0", path = "../git-features" }
git-url = { version = "^0.2.0", path = "../git-url" }
git-packetline = { version = "^0.4.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 @@ -23,7 +23,7 @@ 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-protocol = { version = "^0.4.0", path = "../git-protocol" }
git-features = { version = "^0.10.0", path = "../git-features" }
git-features = { version = "^0.11.0", path = "../git-features" }
git-commitgraph = { version = "^0.3.0", path = "../git-commitgraph" }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
anyhow = "1.0.31"
Expand Down

0 comments on commit 1aa1f5e

Please sign in to comment.