Skip to content

Commit

Permalink
Merge pull request #72 from JoJoJet/improve-cargo-release
Browse files Browse the repository at this point in the history
Improve `cargo release` again
  • Loading branch information
RobWalt authored Nov 5, 2024
2 parents 5c3c0ae + 6e4761d commit 45df913
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ bevy_app = "0.14"
bevy_core = "0.14"

# proc macro
bevy-trait-query-impl = { version = "0.6.0", path = "./bevy-trait-query-impl" }
proc-macro2 = "1"
syn = { version = "2", features = ["full"] }
quote = "1"
Expand Down
2 changes: 1 addition & 1 deletion bevy-trait-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["game-development"]
default = ["bevy_app", "bevy_core"]

[dependencies]
bevy-trait-query-impl = { version = "0.6.0" }
bevy-trait-query-impl.workspace = true
tracing.workspace = true
bevy_ecs.workspace = true
bevy_app = { workspace = true, optional = true}
Expand Down
1 change: 0 additions & 1 deletion release.toml

This file was deleted.

0 comments on commit 45df913

Please sign in to comment.