From 6379035b852f1b619565d27f5cee3b93042c2312 Mon Sep 17 00:00:00 2001 From: EightFactorial <29801334+EightFactorial@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:31:22 -0800 Subject: Update Bevy and migrate to workspace dependencies and package attributes (#181) * Use workspace `Cargo.toml` for dependencies and package atributes * Fix a couple clippy warnings * Update bevy, update build script, move deps to workspace, and fix clippy warnings * Remove carrots from crate versions The default behavior is the same * Remove unused dependencies Compiles and all tests pass, so it should be fine * Update codegen to use `std::sync::LazyLock` instead of `once_cell::sync::Lazy` * Update Bevy to `0.15.0-rc.3` Surprisingly little needed to be changed * Update to bevy 0.15.0 * Fix leftover merge issues * Clarify the reason the swarm can't connect * Fix duplicate lint, remove `log` dependency --- rust-toolchain | 1 - 1 file changed, 1 deletion(-) delete mode 100644 rust-toolchain (limited to 'rust-toolchain') diff --git a/rust-toolchain b/rust-toolchain deleted file mode 100644 index f36406d3..00000000 --- a/rust-toolchain +++ /dev/null @@ -1 +0,0 @@ -nightly-2024-11-11 \ No newline at end of file -- cgit v1.2.3