Skip to content

Commit

Permalink
Update tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Nov 13, 2022
1 parent 9821d36 commit 4221899
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 35 deletions.
73 changes: 40 additions & 33 deletions core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ rust-version = "1.57"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.1.1", features = [] }
tauri-build = { version = "1.2.0", features = [] }

[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.1.1", features = ["api-all", "system-tray", "updater"] }
tauri = { version = "1.2.0", features = ["api-all", "system-tray", "updater"] }
auto-launch = "0.3.0"
sysinfo = "0.25.3"
argon2 = "0.4"
Expand Down

0 comments on commit 4221899

Please sign in to comment.