Browse Source

Update Cargo.toml (#17)

GnoCiYeH 1 year ago
parent
commit
922bae4e27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -14,7 +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 = "a84e10c84b"}
+drstd = {git = "https://git.mirrors.dragonos.org/DragonOS-Community/drstd.git", revision = "d96c322da4"}
 
 lazy_static = { version = "1.4.0", default-features = false, features = ["spin_no_std"] }