Skip to content

Commit

Permalink
Upgrade tauri to stable 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Oct 3, 2024
1 parent 2527770 commit f49384c
Show file tree
Hide file tree
Showing 8 changed files with 514 additions and 310 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-system-info"
version = "2.0.5"
version = "2.0.6"
authors = ["Huakun"]
edition = "2021"
rust-version = "1.70"
Expand All @@ -11,12 +11,12 @@ license = "MIT"
repository = "https://github.com/HuakunShen/tauri-plugin-system-info"

[dependencies]
tauri = { version = "2.0.0-rc.8" }
tauri = { version = "2.0.1" }
serde = "1.0"
thiserror = "1.0"
sysinfo = { version = "0.30.5" }
starship-battery = "0.8.2"
uom = { version = "0.35.0", features = ["serde"] }

[build-dependencies]
tauri-plugin = { version = "2.0.0-rc.7", features = ["build"] }
tauri-plugin = { version = "2.0.1", features = ["build"] }
4 changes: 2 additions & 2 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^1.0.0-next.50",
"@sveltejs/kit": "^1.20.4",
"@tauri-apps/cli": "2.0.0-rc.7",
"@tauri-apps/cli": "2.0.1",
"autoprefixer": "^10.4.15",
"daisyui": "^3.5.1",
"postcss": "^8.4.27",
Expand All @@ -26,7 +26,7 @@
"vite": "^4.4.2"
},
"dependencies": {
"@tauri-apps/api": "^2.0.0-rc.3",
"@tauri-apps/api": "^2.0.1",
"tauri-plugin-system-info-api": "link:../../",
"valibot": "^0.36.0"
},
Expand Down
100 changes: 50 additions & 50 deletions examples/sveltekit/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 examples/sveltekit/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ name = "app_lib"
crate-type = ["staticlib", "cdylib", "rlib"]

[build-dependencies]
tauri-build = { version = "2.0.0-rc.7", features = [] }
tauri-build = { version = "2.0.1", features = [] }

[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "2.0.0-rc.7", features = [] }
tauri = { version = "2.0.1", features = [] }
tauri-plugin-system-info = { path = "../../../" }
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tauri-plugin-system-info-api",
"version": "2.0.5",
"version": "2.0.6",
"author": "Huakun",
"description": "System Info Plugin for Tauri Apps",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"valibot": "^0.40.0",
"@tauri-apps/api": "^2.0.0-rc.4"
"@tauri-apps/api": "^2.0.1"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
Expand Down
2 changes: 1 addition & 1 deletion permissions/autogenerated/reference.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## Permission Table
## Permission Table

<table>
<tr>
Expand Down
Loading

0 comments on commit f49384c

Please sign in to comment.