Skip to content

Commit 7d3e35a

Browse files
committed
bump: version=0.4.0
1 parent 173258e commit 7d3e35a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nacos-sdk-rust-binding-py"
3-
version = "0.3.7-ALPHA"
3+
version = "0.4.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
publish = false
@@ -23,8 +23,8 @@ pyo3-asyncio = { version = "0.20", features = ["tokio-runtime"] }
2323
# for block api
2424
futures = { version = "0.3", default-features = false, features = [] }
2525

26-
nacos-sdk = { version = "0.3.6", features = ["async"] }
27-
#nacos-sdk = { git = "https://github.com/nacos-group/nacos-sdk-rust.git", features = ["async"] }
26+
nacos-sdk = { version = "0.4.0", features = ["default"] }
27+
#nacos-sdk = { git = "https://github.com/nacos-group/nacos-sdk-rust.git", features = ["default"] }
2828

2929
tracing-subscriber = { version = "0.3", features = ["default"] }
3030
#tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time"] } # occur `<unknown time>`

0 commit comments

Comments
 (0)