Skip to content

Commit afe5d02

Browse files
committed
Fix a merge issue
1 parent 5f6f89f commit afe5d02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bevy_utils/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ tracing = { version = "0.1", default-features = false, features = ["std"] }
1414
instant = { version = "0.1", features = ["wasm-bindgen"] }
1515
uuid = { version = "1.1", features = ["v4", "serde"] }
1616
hashbrown = { version = "0.12", features = ["serde"] }
17+
concat-idents = "1"
1718

1819
[target.'cfg(target_arch = "wasm32")'.dependencies]
1920
getrandom = {version = "0.2.0", features = ["js"]}

0 commit comments

Comments
 (0)