From 5c4aa8d102f018600d52901e4e9026a937df62fe Mon Sep 17 00:00:00 2001 From: heqingpan Date: Mon, 9 Dec 2024 23:18:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96=E5=BC=95=E5=85=A5=E7=9A=84=E6=8E=A7=E5=88=B6=E5=8F=B0?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98=20#185?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f5433028..8cfabd4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rnacos" -version = "0.6.7" +version = "0.6.8" authors = ["heqingpan "] edition = "2018" license = "Apache-2.0" @@ -71,7 +71,7 @@ mime_guess = { version = "2" } rusqlite = { version = "0.25", features = ["bundled"] } rsql_builder = "0.1.5" inner-mem-cache = "0.1.7" -rnacos-web-dist-wrap = "=0.5.6" +rnacos-web-dist-wrap = "=0.5.7" nacos_rust_client = "0.3.2" zip = "0.6" tempfile = "3"