Browse Source

调整drstd版本到876bfc9744 (#23)

* 调整drstd版本到876bfc9744
LoGin 1 year ago
parent
commit
4aac1004fa
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", rev = "e1fbd22da2" }
+drstd = { git = "https://git.mirrors.dragonos.org/DragonOS-Community/drstd.git", rev = "876bfc9744" }
 
 lazy_static = { version = "1.4.0", default-features = false, features = ["spin_no_std"] }