From 3b19ae81126d384ee7229fd806f5ebdc61bba16b Mon Sep 17 00:00:00 2001 From: Jia Chao Date: Wed, 26 Jun 2024 16:28:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jia Chao --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e124238..b4f62eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -cvrf-xmlparser = { git = "https://git.culinux.net/jiachao2130/cvrf-xmlparser.git", version = "0.1.0" } +cvrf-xmlparser = { git = "https://git.zhgsun.com/jiachao2130/cvrf-xmlparser.git", version = "0.1.0" } serde = { version = "1", features = ["serde_derive"] } tracing = { version = "0.1" } xml-rs = { version = "0.8" }