Skip to content

Commit

Permalink
update tauri version to fix tauri.config.json not working in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jwenjian committed Jul 10, 2020
1 parent 3102b8f commit f69e9d4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ build = "src/build.rs"
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
tauri = { version = "0.7.1", features = [ "all-api", "edge", "cli" ] }

[patch.crates-io]
web-view = { git = "https://github.com/tauri-apps/web-view.git", branch = "master" }
tauri = { version = "0.7.3", features = [ "all-api", "edge", "cli" ] }

[target."cfg(windows)".build-dependencies]
winres = "0.1"
Expand Down

0 comments on commit f69e9d4

Please sign in to comment.