Skip to content

Commit

Permalink
(cargo-release) version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Aug 11, 2021
1 parent d69d0ac commit c2f94a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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
Expand Up @@ -31,7 +31,7 @@ all-features = true
git-features = { version = "^0.16.0", path = "../git-features", features = ["rustsha1", "walkdir", "zlib"] }
git-hash = { version = "^0.5.0", path = "../git-hash" }
git-object = { version = "^0.11.0", path = "../git-object" }
git-pack = { version = "^0.4", path = "../git-pack" }
git-pack = { version = "^0.5", path = "../git-pack" }

btoi = "0.4.2"
tempfile = "3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion git-pack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-pack"
version = "0.4.0"
version = "0.5.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-repository/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ git-odb = { version = "^0.16", path = "../git-odb" }
git-hash = { version = "^0.5.0", path = "../git-hash" }
git-object = { version = "^0.11", path = "../git-object" }
git-actor = { version = "^0.3", path = "../git-actor" }
git-pack = { version = "^0.4", path = "../git-pack" }
git-pack = { version = "^0.5", path = "../git-pack" }

git-url = { version = "0.3.0", path = "../git-url", optional = true }
git-traverse = { version = "^0.4", path = "../git-traverse", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion git-transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ base64 = { version = "0.13.0", optional = true }
[dev-dependencies]
async-std = { version = "1.9.0", features = ["attributes"] }
maybe-async = "0.2.6"
git-pack = { version = "^0.4", path = "../git-pack" }
git-pack = { version = "^0.5", path = "../git-pack" }
blocking = "1.0.2"

0 comments on commit c2f94a5

Please sign in to comment.