Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Feb 11, 2022
1 parent 77915c2 commit 1d6025b
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 2,484 deletions.
6 changes: 3 additions & 3 deletions 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 gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ custom-protocol = [ "tauri/custom-protocol" ]
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
tauri = { version = "1.0.0-beta.8", features = ["api-all"] }
tauri = { version = "1.0.0-rc.0", features = ["api-all"] }
pretty_env_logger = "0.4.0"
log = "0.4.14"
thiserror = "1.0.30"
Expand All @@ -24,4 +24,4 @@ thiserror = "1.0.30"
path = "../../core"

[build-dependencies]
tauri-build = { version = "1.0.0-beta.4" }
tauri-build = { version = "1.0.0-rc.0", features = [] }
Loading

0 comments on commit 1d6025b

Please sign in to comment.