Skip to content

Commit ee3368b

Browse files
committed
Update Notify Dependency (#5396)
# Objective I want to use the `deno_runtime` crate in my game, but it has a conflict with the version of the `notify` crate that Bevy depends on. ## Solution Updates the version of the `notify` crate the Bevy depends on.
1 parent 84bf6f6 commit ee3368b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_asset/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ anyhow = "1.0.4"
3030
thiserror = "1.0"
3131
downcast-rs = "1.2.0"
3232
fastrand = "1.7.0"
33-
notify = { version = "=5.0.0-pre.11", optional = true }
33+
notify = { version = "=5.0.0-pre.15", optional = true }
3434
parking_lot = "0.12.1"
3535

3636
[target.'cfg(target_arch = "wasm32")'.dependencies]

0 commit comments

Comments
 (0)