From b696f3209036ac76c2d8434bc43defcda4788279 Mon Sep 17 00:00:00 2001 From: JoJoJet <21144246+JoJoJet@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:39:50 -0500 Subject: [PATCH] Bevy 0.10 (#36) - Update Bevy version to 0.10. - Update crate version to 0.2.0. --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5406856..0846232 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy-trait-query" -version = "0.2.0-dev" +version = "0.2.0" edition = "2021" description = "Implementation of trait queries for the bevy game engine" @@ -15,8 +15,7 @@ categories = ["game-development"] bevy-trait-query-impl = { path = "proc-macro", version = "0.2" } [dependencies.bevy] -git = "https://github.com/bevyengine/bevy" -rev = "de10dce10d3fb875976d720a3b9f6344bd95286a" +version = "0.10" default-features = false [dev-dependencies]