Skip to content

Commit

Permalink
🔧 更新 tauri 版本范围
Browse files Browse the repository at this point in the history
  • Loading branch information
A-kirami committed Aug 7, 2024
1 parent 82dc09a commit 58de00f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 34 deletions.
48 changes: 25 additions & 23 deletions src-tauri/Cargo.lock

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

22 changes: 11 additions & 11 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ name = "matcha_lib"
crate-type = ["staticlib", "cdylib", "rlib"]

[build-dependencies]
tauri-build = { version = "2.0.0-beta", features = [] }
tauri-build = { version = "2.0.0-rc", features = [] }

[dependencies]
tauri = { version = "2.0.0-beta", features = ["macos-private-api", "devtools"] }
tauri-plugin-os = "2.0.0-beta"
tauri-plugin-fs = "2.0.0-beta"
tauri-plugin-log = "2.0.0-beta"
tauri-plugin-websocket = "2.0.0-beta"
tauri-plugin-http = "2.0.0-beta"
tauri-plugin-dialog = "2.0.0-beta"
tauri-plugin-shell = "2.0.0-beta"
tauri-plugin-updater = "2.0.0-beta"
tauri-plugin-process = "2.0.0-beta"
tauri = { version = "2.0.0-rc", features = ["macos-private-api", "devtools"] }
tauri-plugin-os = "2.0.0-rc"
tauri-plugin-fs = "2.0.0-rc"
tauri-plugin-log = "2.0.0-rc"
tauri-plugin-websocket = "2.0.0-rc"
tauri-plugin-http = "2.0.0-rc"
tauri-plugin-dialog = "2.0.0-rc"
tauri-plugin-shell = "2.0.0-rc"
tauri-plugin-updater = "2.0.0-rc"
tauri-plugin-process = "2.0.0-rc"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"
Expand Down

0 comments on commit 58de00f

Please sign in to comment.