Skip to content

Commit d38ed37

Browse files
committed
chore: revert change which slipped into wrong PR
1 parent c507fab commit d38ed37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_mod_scripting_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ bevy = { workspace = true, default-features = false, features = ["bevy_asset"] }
3333
thiserror = "1.0.31"
3434
parking_lot = "0.12.1"
3535
dashmap = "6"
36-
smallvec = { version = "1.11", features = ["union"] }
36+
smallvec = "1.11"
3737
itertools = "0.13"
3838
derivative = "2.2"
3939
profiling = { workspace = true }

0 commit comments

Comments
 (0)