|
@@ -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'
|