mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
update serde, phf and change includedir to tauri
This commit is contained in:
@@ -13,11 +13,11 @@ build = "src/build.rs"
|
||||
|
||||
[dependencies]
|
||||
serde_json = "1.0.41"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
serde = "1.0.104"
|
||||
serde_derive = "1.0.104"
|
||||
tiny_http = "0.6"
|
||||
phf = "0.7.24"
|
||||
includedir = "0.5.0"
|
||||
phf = "0.8.0"
|
||||
tauri_includedir = "0.5.0"
|
||||
tauri = <%= tauriDep || `{ version = "0.2.0" }` %>
|
||||
|
||||
[target."cfg(windows)".build-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user