Skip to content

Commit

Permalink
bump: version=0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CherishCai committed May 19, 2024
1 parent 173258e commit 7d3e35a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nacos-sdk-rust-binding-py"
version = "0.3.7-ALPHA"
version = "0.4.0"
edition = "2021"
license = "Apache-2.0"
publish = false
Expand All @@ -23,8 +23,8 @@ pyo3-asyncio = { version = "0.20", features = ["tokio-runtime"] }
# for block api
futures = { version = "0.3", default-features = false, features = [] }

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

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

0 comments on commit 7d3e35a

Please sign in to comment.