Skip to content

Commit

Permalink
fix: 2.0.0-rc -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Oct 2, 2024
1 parent 09f9d03 commit 7c9dcba
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
76 changes: 38 additions & 38 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 @@ -15,7 +15,7 @@ strip = "debuginfo"
lto = true

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

[dependencies]
base64 = "0.22.1"
Expand All @@ -24,22 +24,22 @@ include-flate = "0.3"
serde_json = "1"
serde = { version = "1", features = ["derive"] }

tauri = { version = "2.0.0-rc", features = ["macos-private-api", "devtools", "tray-icon", "image-png"] }
tauri-plugin-shell = "2.0.0-rc"
tauri-plugin-single-instance = "2.0.0-rc"
tauri-plugin-process = "2.0.0-rc"
tauri-plugin-autostart = "2.0.0-rc"
tauri-plugin-notification = { version = "2.0.0-rc", features = ["win7-notifications", "windows7-compat"] }
tauri-plugin-http = "2.0.0-rc"
tauri = { version = "2.0.0", features = ["macos-private-api", "devtools", "tray-icon", "image-png"] }
tauri-plugin-shell = "2.0.0"
tauri-plugin-single-instance = "2.0.0"
tauri-plugin-process = "2.0.0"
tauri-plugin-autostart = "2.0.0"
tauri-plugin-notification = { version = "2.0.0", features = ["win7-notifications", "windows7-compat"] }
tauri-plugin-http = "2.0.0"
# window blur
window-vibrancy = { version = "0.5.0", optional = true }

reqwest = { version = "0.12.5", features = ["blocking"] }
reqwest = { version = "0.12", features = ["blocking"] }
phf = "0.11.2"
sysinfo = "0.30"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
device_query = "2.1.0"
regex = "1.10"
regex = "1.11"

# rpc server
rsrpc = { git = "https://www.github.com/SpikeHD/rsRPC", tag = "v0.16.4", optional = true }
Expand Down Expand Up @@ -77,7 +77,7 @@ block2 = "0.5.1"
embed_plist = "1.2.2"

[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
tauri-plugin-window-state = "2.0.0-rc"
tauri-plugin-window-state = "2.0.0"

[target.'cfg(windows)'.dependencies]
webview2-com = "0.33.0"
Expand Down

0 comments on commit 7c9dcba

Please sign in to comment.