Skip to content

Commit 72a7c83

Browse files
Update rodio requirement from 0.17 to 0.18
--- updated-dependencies: - dependency-name: rodio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0409f6 commit 72a7c83

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
@@ -23,7 +23,7 @@ bevy_derive = { path = "../bevy_derive", version = "0.14.0-dev" }
2323
bevy_utils = { path = "../bevy_utils", version = "0.14.0-dev" }
2424

2525
# other
26-
rodio = { version = "0.17", default-features = false }
26+
rodio = { version = "0.18", default-features = false }
2727

2828
[target.'cfg(target_os = "android")'.dependencies]
2929
cpal = { version = "0.15", optional = true }

0 commit comments

Comments
 (0)