diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-09-10T12·45+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2024-09-12T12·42+0000 |
commit | 374cde20f258be6e5c5841a193ff590223b6ecf8 (patch) | |
tree | c02cb54403c307d4a99bf53acc1cf57a72a920bf /corp/rih/frontend/Cargo.toml | |
parent | 7fa52f5933b107e23e1a7ca00b568aa977c8488a (diff) |
chore(3p/sources): bump channels & overlays (2024-09-10) r/8668
Includes the following fixes: * users/wpcarro: disable pulseaudio option (can't have pipewire _and_ PA) * users/aspen: disable pipewire (there's PA config here, so whatever) * bump wasm-bindgen in Rust frontend projects * users/tazjin: disable builds for frog (it's in storage) Change-Id: Ia508b14b84619d06c1d98f7245e84d66bc791592 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12466 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: aspen <root@gws.fyi>
Diffstat (limited to 'corp/rih/frontend/Cargo.toml')
-rw-r--r-- | corp/rih/frontend/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corp/rih/frontend/Cargo.toml b/corp/rih/frontend/Cargo.toml index 1b9d5009791b..193fa919b45e 100644 --- a/corp/rih/frontend/Cargo.toml +++ b/corp/rih/frontend/Cargo.toml @@ -19,7 +19,7 @@ yew-router = "0.17" wasm-bindgen-futures = "0.4" # needs to be in sync with nixpkgs -wasm-bindgen = "= 0.2.92" +wasm-bindgen = "= 0.2.93" uuid = { version = "1.3.3", features = ["v4", "serde"] } [dependencies.serde] |