From f0f9cb0783eb721c738aab616ba31383b2b02d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Tue, 19 Jul 2022 10:09:01 +0800 Subject: [PATCH] release v1.8.5 (#131) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 迷渡 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b60a35..2b9cd3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "dvm" -version = "1.8.4" +version = "1.8.5" dependencies = [ "anyhow", "asserts-rs", diff --git a/Cargo.toml b/Cargo.toml index 7c0d452..5ddfa2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dvm" -version = "1.8.4" +version = "1.8.5" license = "MIT" authors = ["迷渡 ", "CGQAQ "] edition = "2021"