Skip to content

Commit

Permalink
(cargo-release) version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jan 14, 2021
1 parent 9e93a71 commit 0c39373
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-transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ http-client-curl = ["curl", "base64", "git-features/io-pipe"]

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

serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"]}
Expand Down
2 changes: 1 addition & 1 deletion git-url/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-url"
version = "0.1.1"
version = "0.2.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
description = "A WIP crate of the gitoxide project implementing parsing and serialization of git-url"
Expand Down
2 changes: 1 addition & 1 deletion gitoxide-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ bytesize = "1.0.1"
serde_json = { version = "1.0.56", optional = true }

# for 'organize' functionality
git-url = { version = "^0.1.1", path = "../git-url" }
git-url = { version = "^0.2.0", path = "../git-url" }
bstr = { version = "0.2.14", features = ["unicode"] }

0 comments on commit 0c39373

Please sign in to comment.