From c21b9169918a902a00797964c3da1c0a418880bd Mon Sep 17 00:00:00 2001 From: ljy9810 Date: Mon, 15 Sep 2025 09:37:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=88=B0gitcode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ljy9810 --- bundle.json | 4 ++-- ylong_http/Cargo.toml | 4 ++-- ylong_http_client/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bundle.json b/bundle.json index 45019c8..4eba743 100644 --- a/bundle.json +++ b/bundle.json @@ -3,8 +3,8 @@ "version": "4.0", "description": "ylong HTTP implementation", "publishAs": "code-segment", - "homePage": "https://gitee.com/openharmony", - "repository": "https://gitee.com/openharmony/commonlibrary_rust_ylong_http", + "homePage": "https://gitcode.com/openharmony", + "repository": "https://gitcode.com/openharmony/commonlibrary_rust_ylong_http", "license": "Apache License 2.0", "language": "Rust", "segment": { diff --git a/ylong_http/Cargo.toml b/ylong_http/Cargo.toml index 21ecf0b..5801288 100644 --- a/ylong_http/Cargo.toml +++ b/ylong_http/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" edition = "2021" description = "HTTP utility implementation" license = "Apache-2.0" -repository = "https://gitee.com/openharmony/commonlibrary_rust_ylong_http" +repository = "https://gitcode.com/openharmony/commonlibrary_rust_ylong_http" keywords = ["ylong", "http"] [features] @@ -26,7 +26,7 @@ ylong_base = ["ylong_runtime"] # Uses asynchronous components of `ylo [dependencies] tokio = { version = "1.20.1", features = ["io-util", "fs"], optional = true } -ylong_runtime = { git = "https://gitee.com/openharmony/commonlibrary_rust_ylong_runtime.git", features = ["fs", "sync"], optional = true } +ylong_runtime = { git = "https://gitcode.com/openharmony/commonlibrary_rust_ylong_runtime.git", features = ["fs", "sync"], optional = true } [dev-dependencies] tokio = { version = "1.20.1", features = ["io-util", "rt-multi-thread", "macros"] } diff --git a/ylong_http_client/Cargo.toml b/ylong_http_client/Cargo.toml index 8e0c79b..8808179 100644 --- a/ylong_http_client/Cargo.toml +++ b/ylong_http_client/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" edition = "2021" description = "Ylong HTTP Client implementation" license = "Apache-2.0" -repository = "https://gitee.com/openharmony/commonlibrary_rust_ylong_http" +repository = "https://gitcode.com/openharmony/commonlibrary_rust_ylong_http" keywords = ["ylong", "http", "client"] [dependencies] @@ -12,7 +12,7 @@ ylong_http = { path = "../ylong_http" } quiche = { version = "0.22.0", features = ["ffi"], optional = true } libc = { version = "0.2.134", optional = true } tokio = { version = "1.20.1", features = ["io-util", "net", "rt", "rt-multi-thread", "macros", "sync", "time"], optional = true } -ylong_runtime = { git = "https://gitee.com/openharmony/commonlibrary_rust_ylong_runtime.git", features = ["net", "sync", "fs", "macros", "time"], optional = true } +ylong_runtime = { git = "https://gitcode.com/openharmony/commonlibrary_rust_ylong_runtime.git", features = ["net", "sync", "fs", "macros", "time"], optional = true } [dev-dependencies] hyper = { version = "0.14.23", features = ["http1", "http2", "tcp", "server"] }