Skip to content

Commit

Permalink
bump: version=0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CherishCai committed Apr 21, 2024
1 parent ba2b3af commit 5384acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.6-ALPHA"
version = "0.3.6"
edition = "2021"
license = "Apache-2.0"
publish = false
Expand All @@ -23,7 +23,7 @@ pyo3-asyncio = { version = "0.20", features = ["tokio-runtime"] }
# for block api
futures = { version = "0.3", default-features = false, features = [] }

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

tracing-subscriber = { version = "0.3", features = ["default"] }
Expand Down

0 comments on commit 5384acd

Please sign in to comment.