update dep and bump version

This commit is contained in:
sijie.sun
2024-08-07 21:27:38 +08:00
committed by Sijie.Sun
parent d1293276ce
commit 3e52490d1b
13 changed files with 2454 additions and 2057 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
[package]
name = "tauri-plugin-vpnservice"
version = "0.0.0"
authors = [ "You" ]
authors = ["You"]
description = ""
edition = "2021"
rust-version = "1.70"
@@ -9,9 +9,9 @@ exclude = ["/examples", "/webview-dist", "/webview-src", "/node_modules"]
links = "tauri-plugin-vpnservice"
[dependencies]
tauri = { version = "2.0.0-beta.23" }
tauri = { version = "2.0.0-rc" }
serde = "1.0"
thiserror = "1.0"
[build-dependencies]
tauri-plugin = { version = "2.0.0-beta.18", features = ["build"] }
tauri-plugin = { version = "2.0.0-rc", features = ["build"] }