chore: fixed tauri rev

This commit is contained in:
GyDi
2022-01-05 23:27:26 +08:00
parent 348b3d3738
commit ef8d1ebc0e
2 changed files with 556 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ serde_json = "1.0"
serde_yaml = "0.8"
serde = { version = "1.0", features = ["derive"] }
# tauri = { version = "1.0.0-beta.8", features = ["api-all", "system-tray"] }
tauri = { git = "https://github.com/tauri-apps/tauri", branch = "next", features = ["api-all", "system-tray"] }
tauri = { git = "https://github.com/tauri-apps/tauri", rev = "5e0d59ec", features = ["api-all", "system-tray"] }
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }