Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ZanzyTHEbar/SolidJSTauri
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d6377d68b11274a53b522888031696eddf6ce471
Choose a base ref
..
head repository: ZanzyTHEbar/SolidJSTauri
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2d58a26213b1dbd76d84d78ab1940ce29922d122
Choose a head ref
Showing with 35 additions and 45 deletions.
  1. +33 −43 pnpm-lock.yaml
  2. +2 −2 src-tauri/Cargo.toml
76 changes: 33 additions & 43 deletions pnpm-lock.yaml

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
@@ -12,12 +12,12 @@ rust-version = "1.64"
# 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.4.0", features = [] }

[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.6.2", features = [] }
tauri = { version = "1.4.1", features = [] }

[features]
# by default Tauri runs in production mode