File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " nacos-sdk-rust-binding-py"
3- version = " 0.3.7-ALPHA "
3+ version = " 0.4.0 "
44edition = " 2021"
55license = " Apache-2.0"
66publish = false
@@ -23,8 +23,8 @@ pyo3-asyncio = { version = "0.20", features = ["tokio-runtime"] }
2323# for block api
2424futures = { 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
2929tracing-subscriber = { version = " 0.3" , features = [" default" ] }
3030# tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time"] } # occur `<unknown time>`
You can’t perform that action at this time.
0 commit comments