Skip to content

Commit

Permalink
Release git-packetline v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Aug 13, 2021
1 parent cc57eb8 commit 7ffbd60
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-packetline/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-packetline"
version = "0.8.0"
version = "0.9.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
description = "A WIP crate of the gitoxide project implementing the pkt-line serialization format"
Expand Down
2 changes: 1 addition & 1 deletion git-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ maybe-async = "0.2.6"

[dev-dependencies]
async-std = { version = "1.9.0", features = ["attributes"] }
git-packetline = { path = "../git-packetline" }
git-packetline = { path = "../git-packetline" ,version ="0.9.0"}
git-testtools = { path = "../tests/tools" }
2 changes: 1 addition & 1 deletion git-transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ required-features = ["async-client"]
[dependencies]
git-features = { version = "^0.16.0", path = "../git-features" }
git-url = { version = "^0.3.0", path = "../git-url" }
git-packetline = { version = "^0.8.0", path = "../git-packetline" }
git-packetline = { version ="0.9.0", path = "../git-packetline" }

serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"]}
quick-error = "2.0.0"
Expand Down

0 comments on commit 7ffbd60

Please sign in to comment.