Skip to content

Commit fd6b352

Browse files
committed
fix: update wasm rodio dependency too
1 parent 72a7c83 commit fd6b352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_audio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rodio = { version = "0.18", default-features = false }
2929
cpal = { version = "0.15", optional = true }
3030

3131
[target.'cfg(target_arch = "wasm32")'.dependencies]
32-
rodio = { version = "0.17", default-features = false, features = [
32+
rodio = { version = "0.18", default-features = false, features = [
3333
"wasm-bindgen",
3434
] }
3535

0 commit comments

Comments
 (0)