Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
* bump: nacos-sdk = 0.2.3
* feat: use nacos-sdk-rust async api.
  • Loading branch information
CherishCai authored Feb 28, 2023
1 parent 55fef5b commit 23ee17a
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 18 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "nacos-sdk-rust-binding-node"
version = "0.0.1"
version = "0.0.2"
authors = ["CheirshCai <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -18,8 +18,7 @@ crate-type = ["cdylib"]
napi = { version = "2", default-features = false, features = ["napi4", "async"] }
napi-derive = "2"

# version = ^0.2
nacos-sdk = { git = "https://github.com/nacos-group/nacos-sdk-rust.git", features = ["async"] }
nacos-sdk = { version = "0.2.3", features = ["async"] }
tracing-subscriber = "0.3"
tracing-appender = "0.2"
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nacos-sdk-rust-binding-node-android-arm-eabi",
"version": "0.0.2-BETA",
"version": "0.0.2",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nacos-sdk-rust-binding-node-android-arm64",
"version": "0.0.2-BETA",
"version": "0.0.2",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nacos-sdk-rust-binding-node-darwin-arm64",
"version": "0.0.2-BETA",
"version": "0.0.2",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nacos-sdk-rust-binding-node-darwin-universal",
"version": "0.0.2-BETA",
"version": "0.0.2",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nacos-sdk-rust-binding-node-darwin-x64",
"version": "0.0.2-BETA",
"version": "0.0.2",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nacos-sdk-rust-binding-node-freebsd-x64",
"version": "0.0.2-BETA",
"version": "0.0.2",
"os": [
"freebsd"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nacos-sdk-rust-binding-node-linux-arm-gnueabihf",
"version": "0.0.2-BETA",
"version": "0.0.2",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nacos-sdk-rust-binding-node-linux-arm64-gnu",
"version": "0.0.2-BETA",
"version": "0.0.2",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nacos-sdk-rust-binding-node-linux-arm64-musl",
"version": "0.0.2-BETA",
"version": "0.0.2",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nacos-sdk-rust-binding-node-linux-x64-gnu",
"version": "0.0.2-BETA",
"version": "0.0.2",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nacos-sdk-rust-binding-node-linux-x64-musl",
"version": "0.0.2-BETA",
"version": "0.0.2",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nacos-sdk-rust-binding-node-win32-arm64-msvc",
"version": "0.0.2-BETA",
"version": "0.0.2",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nacos-sdk-rust-binding-node-win32-ia32-msvc",
"version": "0.0.2-BETA",
"version": "0.0.2",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nacos-sdk-rust-binding-node-win32-x64-msvc",
"version": "0.0.2-BETA",
"version": "0.0.2",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"binding",
"ffi"
],
"version": "0.0.2-BETA",
"version": "0.0.2",
"bugs": "https://github.com/opc-source/nacos-sdk-rust-binding-node/issues",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 23ee17a

Please sign in to comment.