From 66c71e89a34b8479df08d4560ac8967897ba6b91 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Mon, 12 Jul 2021 10:32:12 +0200 Subject: [PATCH] chore: prepare mini-redis v0.4.1 (#79) --- Cargo.lock | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6eab758..0d6dbaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ansi_term" version = "0.11.0" @@ -241,7 +243,7 @@ checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" [[package]] name = "mini-redis" -version = "0.4.0" +version = "0.4.1" dependencies = [ "async-stream", "atoi", diff --git a/Cargo.toml b/Cargo.toml index 567b73f..7ed7c81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Carl Lerche "] edition = "2018" name = "mini-redis" -version = "0.4.0" +version = "0.4.1" license = "MIT" readme = "README.md" documentation = "https://docs.rs/mini-redis/0.4.0/mini-redis/"