Explorar el Código

Update Cargo.toml (#18)

GnoCiYeH hace 1 año
padre
commit
e0798339d6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = "d96c322da4"}
+drstd = {git = "https://git.mirrors.dragonos.org/DragonOS-Community/drstd.git", revision = "d96c322da5"}
 
 lazy_static = { version = "1.4.0", default-features = false, features = ["spin_no_std"] }