Skip to content

Commit

Permalink
lift dependecies for rust and node
Browse files Browse the repository at this point in the history
  • Loading branch information
acocalypso committed Sep 16, 2024
1 parent 3be69bf commit c3ab5cf
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 75 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@mui/material": "^5.15.15",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@reduxjs/toolkit": "^2.2.1",
"@tauri-apps/api": "^1.6.0",
"@types/chart.js": "^2.9.41",
"@types/dom-serial": "^1.0.6",
"@types/node": "20.2.1",
Expand Down
139 changes: 66 additions & 73 deletions src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ rust-version = "1.60"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
tauri-build = { version = "1.5.1", features = [] }
tauri-build = { version = "1.5.5", features = [] }

[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.6.1", features = [ "updater", "api-all"] }
tauri = { version = "1.8.0", features = [ "updater", "api-all"] }

[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
Expand Down

0 comments on commit c3ab5cf

Please sign in to comment.