From 829f009229f1d6ec84f2d659edb9c960a290c2a3 Mon Sep 17 00:00:00 2001 From: xRain Date: Tue, 18 Aug 2026 04:57:25 +0800 Subject: [PATCH] =?UTF-8?q?README:=20=E5=BC=95=E5=85=A5=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E6=94=B9=E4=B8=BA=201.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98d6f22..32a7fcd 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ ```toml [dependencies] -"simcu::simapi" = "5.2.12" +"simcu::simapi" = "1.0.3" ``` **方式二:Git 仓库** ```toml [dependencies] -"simcu::simapi" = { git = "https://gitcode.com/simcu/simapi-cj.git", version = "5.2.12" } +"simcu::simapi" = { git = "https://gitcode.com/simcu/simapi-cj.git", version = "1.0.3" } ``` > 本地开发也可用 path 依赖:`"simcu::simapi" = { path = "../simapi-cj" }`