Browse Source

Update Cargo.toml (#15)

GnoCiYeH 1 year ago
parent
commit
3751eb91e3
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Cargo.toml

+ 3 - 3
Cargo.toml

@@ -14,8 +14,8 @@ hashbrown = "0.11"
 cfg-if = { version = "1.0"}
 
 [target.'cfg(target_os = "dragonos")'.dependencies]
-#drstd = {git = "https://github.com/DragonOS-Community/drstd.git", revision = "af10011"}
-drstd = {path = "/home/heyicong/drstd"}
+drstd = {git = "https://github.com/DragonOS-Community/drstd.git", revision = "a84e10c"}
+
 lazy_static = { version = "1.4.0", default-features = false, features = ["spin_no_std"] }
 
 [target.'cfg(not(target_os = "dragonos"))'.dependencies]
@@ -25,4 +25,4 @@ lazy_static = {version = "1.4.0"}
 panic = 'abort'
 
 [profile.dev]
-panic = 'abort'
+panic = 'abort'