Skip to content

Commit

Permalink
Bump: nacos-sdk-rust=0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CherishCai committed Jun 16, 2023
1 parent f98face commit 791fbaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ crate-type = ["cdylib"]
napi = { version = "2", default-features = false, features = ["napi4", "async"] }
napi-derive = "2"

#nacos-sdk = { version = "0.3.0-beta", features = ["async"] }
nacos-sdk = { git = "https://github.com/nacos-group/nacos-sdk-rust.git", branch = "try_naming_span_exlude_service_name", features = ["async"] }
nacos-sdk = { version = "0.3.0", features = ["async"] }
#nacos-sdk = { git = "https://github.com/nacos-group/nacos-sdk-rust.git", branch = "main", features = ["async"] }

tracing-subscriber = { version = "0.3", features = ["default"] }
#tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time"] } # occur `<unknown time>`
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Tip: nacos-sdk-nodejs 仓库暂未提供 2.x gRPC 交互模式,为了能升级
# Usage
**使用样例请看仓库内的 example 目录,完整 api 请看 index.d.ts**

环境变量 `NACOS_CLIENT_LOGGER_LEVEL=INFO` 可设置日志打印级别,默认 INFO
- 客户端日志请在目录 $HOME/logs/nacos/ 查看

npm 包 -> https://www.npmjs.com/package/nacos-sdk-rust-binding-node

# License
Expand Down

0 comments on commit 791fbaa

Please sign in to comment.