Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eff1cc3

Browse files
committedJan 5, 2025·
chore: replace wildcard import for uuid with fixed version
1 parent b9ca7ae commit eff1cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎crates/bevy_mod_scripting_functions/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ bevy = { workspace = true, features = [
2828
"bevy_text",
2929
"bevy_sprite",
3030
"file_watcher",
31-
"multi_threaded"
31+
"multi_threaded",
3232
] }
33-
uuid = "*"
33+
uuid = "1.11"
3434
smol_str = "0.2.2"
3535
bevy_mod_scripting_core = { workspace = true }

0 commit comments

Comments
 (0)
Please sign in to comment.