链接切换到gitcode

Signed-off-by: ljy9810 <longjianyin@h-partners.com>
This commit is contained in:
ljy9810
2025-09-15 09:44:45 +08:00
parent e021ea8c0e
commit be7ac6ccc3
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2021"
description = "A JSON serialization file format"
#readme = "README.md"
license = "Apache-2.0"
repository = "https://gitee.com/openharmony-sig/commonlibrary_rust_ylong_json"
repository = "https://gitcode.com/openharmony-sig/commonlibrary_rust_ylong_json"
keywords = ["ylong", "json", "serialization", "deserialization"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+1 -1
View File
@@ -54,7 +54,7 @@ ylong_json
1. Add `ylong_json` to the dependency of `Cargo.toml`
```toml
[dependencies]
ylong_json = { git = "https://gitee.com/openharmony-sig/commonlibrary_rust_ylong_json.git" }
ylong_json = { git = "https://gitcode.com/openharmony-sig/commonlibrary_rust_ylong_json.git" }
```
### Use gn
+1 -1
View File
@@ -56,7 +56,7 @@ ylong_json
1.`Cargo.toml` 的依赖中添加 `ylong_json`
```toml
[dependencies]
ylong_json = { git = "https://gitee.com/openharmony-sig/commonlibrary_rust_ylong_json.git" }
ylong_json = { git = "https://gitcode.com/openharmony-sig/commonlibrary_rust_ylong_json.git" }
```
### 使用 GN 编译
+2 -2
View File
@@ -3,8 +3,8 @@
"version": "4.0",
"description": "Serialization and deserialization for JSON.",
"publishAs": "code-segment",
"homePage": "https://gitee.com/openharmony",
"repository": "https://gitee.com/openharmony/commonlibrary_rust_ylong_json",
"homePage": "https://gitcode.com/openharmony",
"repository": "https://gitcode.com/openharmony/commonlibrary_rust_ylong_json",
"license": "Apache License 2.0",
"language": "",
"segment": {