Skip to content

Commit

Permalink
(cargo-release) version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 2, 2021
1 parent 1c99f51 commit a760f8c
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 @@ -61,7 +61,7 @@ prodash-render-line = ["prodash/render-line"]
anyhow = "1.0.31"

gitoxide-core = { version = "^0.8.0", path = "gitoxide-core" }
git-features = { version = "^0.13.0", path = "git-features" }
git-features = { version = "^0.14.0", path = "git-features" }
# just for feature configuration
git-transport = { optional = true, version = "^0.7.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-hash/serde1"]

[dependencies]
git-features = { version = "^0.13.0", path = "../git-features" }
git-features = { version = "^0.14.0", path = "../git-features" }
git-hash = { version = "^0.3.0", path = "../git-hash" }

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.13.0"
version = "0.14.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 @@ -34,7 +34,7 @@ all-features = true
[dependencies]
git-object = { version = "^0.8.0", path = "../git-object" }
git-hash = { version = "^0.3.0", path = "../git-hash" }
git-features = { version = "^0.13.0", path = "../git-features" }
git-features = { version = "^0.14.0", path = "../git-features" }

flate2 = { version = "1.0.17", default-features = false }
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-hash/serde1"]

[dependencies]
git-features = { version = "^0.13.0", path = "../git-features" }
git-features = { version = "^0.14.0", path = "../git-features" }
git-transport = { version = "^0.7.0", path = "../git-transport" }
git-hash = { version = "^0.3.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.13.0", path = "../git-features" }
git-features = { version = "^0.14.0", path = "../git-features" }
git-url = { version = "^0.3.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 @@ -24,7 +24,7 @@ git-object = { version = "^0.8.0", path = "../git-object" }
git-hash = { version = "^0.3.0", path = "../git-hash" }
git-odb = { version = "^0.14.0", path = "../git-odb", features = ["pack-cache-lru-static"] }
git-protocol = { version = "^0.6.0", path = "../git-protocol" }
git-features = { version = "^0.13.0", path = "../git-features" }
git-features = { version = "^0.14.0", path = "../git-features" }
git-commitgraph = { version = "^0.4.0", path = "../git-commitgraph" }
git-config = { version = "^0.1.0", path = "../git-config" }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
Expand Down

0 comments on commit a760f8c

Please sign in to comment.