소스 검색

Update Cargo.toml (#18)

GnoCiYeH 1 년 전
부모
커밋
e0798339d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"] }