From 2213dd0c283ad04b9d865eb8fa5dc810e3d1ab88 Mon Sep 17 00:00:00 2001 From: CherishCai <785427346@qq.com> Date: Mon, 24 Jul 2023 12:03:48 +0800 Subject: [PATCH] bump: version=0.3.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 90ce0bd..2320577 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nacos-sdk-rust-binding-py" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "Apache-2.0" publish = false @@ -20,7 +20,7 @@ doc = false [dependencies] pyo3 = "0.18" -nacos-sdk = { version = "0.3.0", features = ["default"] } +nacos-sdk = { version = "0.3.1", features = ["default"] } #nacos-sdk = { git = "https://github.com/nacos-group/nacos-sdk-rust.git", features = ["default"] } tracing-subscriber = { version = "0.3", features = ["default"] }