Skip to content

Commit

Permalink
更新dsc版本
Browse files Browse the repository at this point in the history
  • Loading branch information
GnoCiYeH committed Oct 24, 2023
1 parent 725582d commit 7d8ed0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ features = ["elf32", "elf64", "endian_fd"]

[target.'cfg(target_os = "dragonos")'.dependencies]
# Development
dragonos-dsc = { git = "https://git.mirrors.dragonos.org/DragonOS-Community/dragonos-dsc.git", rev = "ee7a2b9399" }
dragonos-dsc = { git = "https://git.mirrors.dragonos.org/DragonOS-Community/dragonos-dsc.git", rev = "aa61cb0109" }

[features]
default = []
Expand Down
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://git.mirrors.dragonos.org/DragonOS-Community/dragonos-dsc.git", rev = "ee7a2b9399" }
dragonos-dsc = { git = "https://git.mirrors.dragonos.org/DragonOS-Community/dragonos-dsc.git", rev = "aa61cb0109" }

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

0 comments on commit 7d8ed0d

Please sign in to comment.