Skip to content

Commit

Permalink
ci: fix gui build
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 committed Jan 31, 2024
1 parent 1096586 commit 5bc3003
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
21 changes: 11 additions & 10 deletions gui/src-tauri/Cargo.lock

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

7 changes: 4 additions & 3 deletions gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ tauri = { version = "1.5.4", features = [
"shell-sidecar",
"window-all",
] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
tokio = { version = "1.35.1", features = ["time"] }
serde = { version = "^1.0.196", features = ["derive"] }
serde_json = "^1.0.113"
tokio = { version = "^1.35.1", features = ["time"] }
backtrace = "^0.3.69"

[features]
# this feature is used for production builds or when `devPath` points to the filesystem
Expand Down

0 comments on commit 5bc3003

Please sign in to comment.