From 1fe853418c7fdb742a41abe9b208d4ced9a3ff9b Mon Sep 17 00:00:00 2001 From: heqingpan Date: Mon, 5 Aug 2024 08:32:57 +0800 Subject: [PATCH] upgrade version to v0.5.19 --- Cargo.toml | 4 ++-- src/common/constant.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 913b9469..8a9c951e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rnacos" -version = "0.5.18" +version = "0.5.19" authors = ["heqingpan "] edition = "2018" license = "Apache-2.0" @@ -70,7 +70,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.3.16" +rnacos-web-dist-wrap = "=0.3.17" nacos_rust_client = "0.2" zip = "0.6" tempfile = "3" diff --git a/src/common/constant.rs b/src/common/constant.rs index 277994b2..d5e9fcd3 100644 --- a/src/common/constant.rs +++ b/src/common/constant.rs @@ -1,6 +1,6 @@ use std::sync::Arc; -pub const APP_VERSION: &str = "0.5.18"; +pub const APP_VERSION: &str = "0.5.19"; pub const EMPTY_STR: &str = "";