Browse Source

fix(*): too many stars (#1491)

Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
nothingismagick 4 năm trước cách đây
mục cha
commit
850a99a576
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/tauri/Cargo.toml

+ 1 - 1
core/tauri/Cargo.toml

@@ -58,7 +58,7 @@ tauri = { path = ".", features = [ "api-all" ] }
 serde = { version = "1.0", features = [ "derive" ] }
 quickcheck = "1.0.3"
 quickcheck_macros = "1.0.0"
-tokio-test = "*"
+tokio-test = "0.4.1"
 mockito = "0.29"
 
 [features]