Skip to content

Commit

Permalink
chore(cargo): add log to dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeForceZero committed Jan 28, 2025
1 parent c81de50 commit 8787a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ bevy_reflect = { workspace = true }
bevy_ecs = { workspace = true }
internal_test_util = { path = "crates/internal_test_util" }
trybuild = "1.0"
log = { workspace = true }

[package.metadata.docs.rs]
toolchain = "nightly" # Use nightly for docs.rs
Expand Down

0 comments on commit 8787a6b

Please sign in to comment.