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/"