From cefca5377af54520904c55764d16fc7c0a291902 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Wed, 15 Jul 2020 14:38:05 -0700 Subject: [PATCH] prepare v0.2.0 release (#60) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9bf331e..251e332 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,7 +230,7 @@ checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" [[package]] name = "mini-redis" -version = "0.1.0" +version = "0.2.0" dependencies = [ "async-stream", "atoi", diff --git a/Cargo.toml b/Cargo.toml index 29f8651..5a467c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Carl Lerche "] edition = "2018" name = "mini-redis" -version = "0.1.0" +version = "0.2.0" license = "MIT" readme = "README.md" documentation = "https://docs.rs/mini-redis/0.1.0/mini-redis/"