Skip to content

Commit

Permalink
Bevy 0.10 (#36)
Browse files Browse the repository at this point in the history
- Update Bevy version to 0.10.
- Update crate version to 0.2.0.
  • Loading branch information
JoJoJet authored Mar 6, 2023
1 parent e2c3b79 commit b696f32
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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]
Expand Down

0 comments on commit b696f32

Please sign in to comment.