mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-14 21:57:24 +08:00
Update ohos-rs (#1434)
This commit is contained in:
@@ -9,8 +9,8 @@ crate-type=["cdylib"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
ohos-hilog-binding = {version = "*", features = ["redirect"]}
|
ohos-hilog-binding = {version = "*", features = ["redirect"]}
|
||||||
easytier = { git = "https://github.com/EasyTier/EasyTier.git" }
|
easytier = { git = "https://github.com/EasyTier/EasyTier.git" }
|
||||||
napi-derive-ohos = "1.0.4"
|
napi-derive-ohos = "1.1.1"
|
||||||
napi-ohos = { version = "1.0.4", default-features = false, features = [
|
napi-ohos = { version = "1.1.1", default-features = false, features = [
|
||||||
"serde-json",
|
"serde-json",
|
||||||
"latin1",
|
"latin1",
|
||||||
"chrono_date",
|
"chrono_date",
|
||||||
@@ -33,7 +33,7 @@ tracing = "0.1.41"
|
|||||||
uuid = { version = "1.17.0", features = ["v4"] }
|
uuid = { version = "1.17.0", features = ["v4"] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
napi-build-ohos = "1.0.4"
|
napi-build-ohos = "1.1.1"
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
panic = "unwind"
|
panic = "unwind"
|
||||||
debug = true
|
debug = true
|
||||||
|
|||||||
Reference in New Issue
Block a user