Skip to content

Commit

Permalink
将dlibc的dsc依赖改为镜像站的 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
fslongjin authored Oct 22, 2023
1 parent 2b0c8c1 commit 179cedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlibc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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 = "d6e4fd8" }

[features]
default = ["std"]
Expand Down

0 comments on commit 179cedd

Please sign in to comment.