chore: prepare mini-redis v0.4.1 (#79)

This commit is contained in:
Alice Ryhl
2021-07-12 10:32:12 +02:00
committed by GitHub
parent 0b3b0ff883
commit 66c71e89a3
2 changed files with 4 additions and 2 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -2,7 +2,7 @@
authors = ["Carl Lerche <me@carllerche.com>"]
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/"