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" }`