We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cec05 commit 3f5422bCopy full SHA for 3f5422b
Cargo.toml
@@ -25,14 +25,14 @@ async-task = { version = "4.7.1", optional = true }
25
# bevy_tasks::Task, so we're leaving it as a mandatory dependency for now.
26
bevy_tasks = { version = "0.12", features = ["multi-threaded"] }
27
28
-arrayvec = "*"
29
-itertools = "*"
30
-smallvec = "*"
31
-tokio = { version = "*", features = ["sync"]}
+arrayvec = "0.7"
+itertools = "0.13"
+smallvec = "1.13"
+tokio = { version = "1.39", features = ["sync"]}
32
futures = "0.3"
33
backtrace = "0.3"
34
-anyhow = "*"
35
-thiserror = "*"
+anyhow = "1.0"
+thiserror = "1.0"
36
37
# These dependencies are only used by the testing module.
38
# We may want to consider feature-gating them, but we use
0 commit comments