Skip to content

Commit

Permalink
bump: version=0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CherishCai committed Jul 24, 2023
1 parent 10dfe1b commit 2213dd0
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.0"
version = "0.3.1"
edition = "2021"
license = "Apache-2.0"
publish = false
Expand All @@ -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"] }
Expand Down

0 comments on commit 2213dd0

Please sign in to comment.