Skip to content

Commit

Permalink
support tauri v2
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsDK committed Oct 13, 2024
1 parent 58898aa commit a2b457a
Show file tree
Hide file tree
Showing 17 changed files with 1,946 additions and 1,970 deletions.
5 changes: 5 additions & 0 deletions .changeset/ten-pumpkins-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"taurpc": minor
---

support [email protected]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ First, add the following crates to your `Cargo.toml`:
# src-tauri/Cargo.toml

[dependencies]
// Using tauri 2.0.0-beta.12
taurpc = "=0.3.0-alpha.2"
// Using tauri v2.0.0
taurpc = "0.3.0"

specta = { version = "1.0.5", features = ["export"] }
tokio = { version = "1", features = ["full"] }
Expand Down
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": ">=2.0.0-beta.0",
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0"
"@tauri-apps/api": "2.0.3",
"@tauri-apps/plugin-shell": "^2.0.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tauri-apps/cli": ">=2.0.0-beta.0",
"@tauri-apps/cli": "2.0.3",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.8",
"svelte-check": "^3.4.6",
Expand Down
91 changes: 45 additions & 46 deletions example/pnpm-lock.yaml

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

Loading

0 comments on commit a2b457a

Please sign in to comment.