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]