Skip to content

Commit

Permalink
Update Notify Dependency (bevyengine#5396)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
zicklag authored and ItsDoot committed Feb 1, 2023
1 parent 485234b commit 73e8bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_asset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ anyhow = "1.0.4"
thiserror = "1.0"
downcast-rs = "1.2.0"
fastrand = "1.7.0"
notify = { version = "=5.0.0-pre.11", optional = true }
notify = { version = "=5.0.0-pre.15", optional = true }
parking_lot = "0.12.1"

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

0 comments on commit 73e8bec

Please sign in to comment.