Browse Source

简要的启动逻辑

GnoCiYeH 1 year ago
parent
commit
7b843ce3b8
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Cargo.toml

+ 1 - 2
Cargo.toml

@@ -14,8 +14,7 @@ hashbrown = "0.11"
 cfg-if = { version = "1.0"}
 
 [target.'cfg(target_os = "dragonos")'.dependencies]
-#drstd = {git = "https://git.mirrors.dragonos.org/DragonOS-Community/drstd.git", revision = "a4d693c682"}
-drstd = {path = "/home/heyicong/dragonos-rs-std"}
+drstd = {git = "https://git.mirrors.dragonos.org/DragonOS-Community/drstd.git", revision = "a4d693c682"}
 lazy_static = { version = "1.4.0", default-features = false, features = ["spin_no_std"] }
 
 [target.'cfg(not(target_os = "dragonos"))'.dependencies]