Browse Source

调整dsc的地址 (#25)

* 调整dsc的地址
LoGin 1 year ago
parent
commit
876bfc9744
1 changed files with 1 additions and 1 deletions
  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 = []