diff --git a/CHANGELOG.md b/CHANGELOG.md index 555d1cf..56b2efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * Fix clippy warnings of rust 1.72.0 (#114) * Added rustfmt config file (#114) * Fixed `PartialOrd` impl for `a_star` `Node` +* Bumped `bevy_inspector_egui` dev dependency to 0.20 ## 0.10.0 diff --git a/Cargo.toml b/Cargo.toml index f7dd7f4..be4d562 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ features = ["html_reports"] [dev-dependencies] rand = "0.8" -bevy-inspector-egui = "0.19" +bevy-inspector-egui = "0.20" [[example]] name = "hex_grid"