From 7b3c16ad569d58aa6fa7836fc728e08baf08ec1b Mon Sep 17 00:00:00 2001 From: Hackerchai Date: Wed, 1 Jul 2020 00:16:55 +0800 Subject: [PATCH] Feat: bump version 0.7.1 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e5a6c91..a27b13f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diesel-adapter" -version = "0.7.0" +version = "0.7.1" authors = ["Cheng JIANG "] edition = "2018" license = "Apache-2.0" diff --git a/README.md b/README.md index 61a97f1..3595edb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Based on [Diesel](https://github.com/diesel-rs/diesel), The current supported da Add it to `Cargo.toml` ``` -diesel-adapter = { version = "0.7.0", features = ["postgres"] } +diesel-adapter = { version = "0.7.1", features = ["postgres"] } async-std = "1.6.2" ```