Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
v0.1.24 / v.0.2.8
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
  • Loading branch information
silvio committed Feb 5, 2018
1 parent 785f6d4 commit fee9063
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gerrit-rust"
version = "0.1.23"
version = "0.1.24"
authors = ["Silvio Fricke <silvio.fricke@gmail.com>"]
license = "MPL-2.0"
readme = "README.md"
Expand All @@ -25,7 +25,7 @@ clap = "2.26"
env_logger = "0.5"
git2 = "0.6"
gron = "0.4"
libgerrit = { path = "libgerrit", version = "0.2.7" }
libgerrit = { path = "libgerrit", version = "0.2.8" }
log = "0.4"
netrc = "0.4.1"
regex = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion libgerrit/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 libgerrit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libgerrit"
version = "0.2.7"
version = "0.2.8"
authors = ["Silvio Fricke <silvio.fricke@gmail.com>"]
license = "MPL-2.0"
readme = "../README.md"
Expand Down

0 comments on commit fee9063

Please sign in to comment.