Revert 0.7.2 upgrade
Build Mumble Web 2 / linux_build (push) Successful in 1m39s
Build Mumble Web 2 / windows_build (push) Successful in 2m52s

This commit is contained in:
2025-12-04 22:21:37 -07:00
parent 2982a7f8d8
commit 55412f5778
5 changed files with 84 additions and 84 deletions
+3 -3
View File
@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
# Web Dependencies
# ================
dioxus-web = { version = "0.7.2", optional = true }
dioxus-web = { version = "0.7.1", optional = true }
wasm-bindgen = { version = "^0.2.92", optional = true }
wasm-bindgen-futures = { version = "^0.4.42", optional = true }
wasm-streams = { version = "^0.4.0", optional = true }
@@ -67,7 +67,7 @@ dasp_ring_buffer = { version = "0.11.0", optional = true }
# Base Dependencies
# ================
dioxus = { version = "0.7.2" }
dioxus = { version = "0.7.1" }
once_cell = "1.19.0"
asynchronous-codec = { workspace = true }
futures = "^0.3.30"
@@ -93,7 +93,7 @@ base64 = "^0.22"
mime_guess = "^2.0.5"
async_cell = "^0.2.3"
reqwest = { version = "^0.12.22", features = ["json"] }
dioxus-asset-resolver = "0.7.2"
dioxus-asset-resolver = "0.7.1"
# Denoising
# =========