浏览代码

Update Cargo.toml (#16)

GnoCiYeH 1 年之前
父节点
当前提交
846bd40a61
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -14,7 +14,7 @@ hashbrown = "0.11"
 cfg-if = { version = "1.0"}
 
 [target.'cfg(target_os = "dragonos")'.dependencies]
-drstd = {git = "https://github.com/DragonOS-Community/drstd.git", revision = "a84e10c"}
+drstd = {git = "https://git.mirrors.dragonos.org/DragonOS-Community/drstd.git", revision = "a84e10c84b"}
 
 lazy_static = { version = "1.4.0", default-features = false, features = ["spin_no_std"] }