mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
fix(*): too many stars (#1491)
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
This commit is contained in:
parent
395fbb343a
commit
850a99a576
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user