Skip to content

Commit

Permalink
Update packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft committed May 21, 2024
1 parent 6ea0acd commit ff2d68b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bins/ayaka-gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ name = "ayaka_gui_lib"
crate-type = ["staticlib", "cdylib", "rlib"]

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

[dependencies]
ayaka-plugin-wasmi = { workspace = true }
ayaka-model = { workspace = true }
serde_json = "1"
serde = { version = "1", features = ["derive"] }
tauri = { version = "2.0.0-beta.2", features = [] }
tauri = { version = "2.0.0-beta.19", features = [] }
tauri-plugin-os = "2.0.0-beta.4"
clap = { workspace = true, features = ["derive"] }
tauri-plugin-os = "2.0.0-beta.0"
tokio = { workspace = true, features = ["sync"] }
axum = { version = "0.7", default-features = false, features = [
"http1",
Expand All @@ -36,8 +36,8 @@ mime_guess = "2"
vfs-tar = { version = "0.4", features = ["mmap"] }

[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-dialog = "2.0.0-beta.0"
tauri-plugin-window-state = "2.0.0-beta.0"
tauri-plugin-dialog = "2.0.0-beta.7"
tauri-plugin-window-state = "2.0.0-beta.7"
flexi_logger = { workspace = true }

[target.'cfg(target_os = "ios")'.dependencies]
Expand Down

0 comments on commit ff2d68b

Please sign in to comment.