diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-08-26 19:27:58 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-08-26 19:27:58 -0700 |
commit | 3a171880f6e8ad6c06603a4c3a77313820bcc62b (patch) | |
tree | c9752c911095689daf03b670abbe5502631fb425 | |
parent | 86c51261a31fadd0250ea3e0f17c3a797b729ae0 (diff) | |
download | es-public-proxy-3a171880f6e8ad6c06603a4c3a77313820bcc62b.tar.gz es-public-proxy-3a171880f6e8ad6c06603a4c3a77313820bcc62b.zip |
missed Cargo.lock in version bumpv0.1.1
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "es-public-proxy" -version = "0.1.0" +version = "0.1.1" dependencies = [ "env_logger", "http", |