Skip to content

Commit 45df913

Browse files
authored
Merge pull request #72 from JoJoJet/improve-cargo-release
Improve `cargo release` again
2 parents 5c3c0ae + 6e4761d commit 45df913

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ bevy_app = "0.14"
1212
bevy_core = "0.14"
1313

1414
# proc macro
15+
bevy-trait-query-impl = { version = "0.6.0", path = "./bevy-trait-query-impl" }
1516
proc-macro2 = "1"
1617
syn = { version = "2", features = ["full"] }
1718
quote = "1"

bevy-trait-query/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["game-development"]
1313
default = ["bevy_app", "bevy_core"]
1414

1515
[dependencies]
16-
bevy-trait-query-impl = { version = "0.6.0" }
16+
bevy-trait-query-impl.workspace = true
1717
tracing.workspace = true
1818
bevy_ecs.workspace = true
1919
bevy_app = { workspace = true, optional = true}

release.toml

-1
This file was deleted.

0 commit comments

Comments
 (0)