瀏覽代碼

调整dsc的地址 (#25)

* 调整dsc的地址
LoGin 1 年之前
父節點
當前提交
876bfc9744
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -35,7 +35,7 @@ features = ["elf32", "elf64", "endian_fd"]
 
 [target.'cfg(target_os = "dragonos")'.dependencies]
 # Development
-dragonos-dsc = { git = "https://github.com/DragonOS-Community/dsc.git", rev = "d6e4fd8" }
+dragonos-dsc = { git = "https://git.mirrors.dragonos.org/DragonOS-Community/dragonos-dsc.git", rev = "d6e4fd8f40" }
 
 [features]
 default = []