Skip to content

Commit 0c39373

Browse files
committed
(cargo-release) version 0.2.0
1 parent 9e93a71 commit 0c39373

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

git-transport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ http-client-curl = ["curl", "base64", "git-features/io-pipe"]
1919

2020
[dependencies]
2121
git-features = { version = "^0.10.0", path = "../git-features" }
22-
git-url = { version = "^0.1.0", path = "../git-url" }
22+
git-url = { version = "^0.2.0", path = "../git-url" }
2323
git-packetline = { version = "^0.4.0", path = "../git-packetline" }
2424

2525
serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"]}

git-url/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-url"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
repository = "https://github.com/Byron/gitoxide"
55
license = "MIT/Apache-2.0"
66
description = "A WIP crate of the gitoxide project implementing parsing and serialization of git-url"

gitoxide-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ bytesize = "1.0.1"
3131
serde_json = { version = "1.0.56", optional = true }
3232

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

0 commit comments

Comments
 (0)