Skip to content

Commit 3f5422b

Browse files
committed
Give specific versions
Signed-off-by: Michael X. Grey <grey@openrobotics.org>
1 parent 29cec05 commit 3f5422b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ async-task = { version = "4.7.1", optional = true }
2525
# bevy_tasks::Task, so we're leaving it as a mandatory dependency for now.
2626
bevy_tasks = { version = "0.12", features = ["multi-threaded"] }
2727

28-
arrayvec = "*"
29-
itertools = "*"
30-
smallvec = "*"
31-
tokio = { version = "*", features = ["sync"]}
28+
arrayvec = "0.7"
29+
itertools = "0.13"
30+
smallvec = "1.13"
31+
tokio = { version = "1.39", features = ["sync"]}
3232
futures = "0.3"
3333
backtrace = "0.3"
34-
anyhow = "*"
35-
thiserror = "*"
34+
anyhow = "1.0"
35+
thiserror = "1.0"
3636

3737
# These dependencies are only used by the testing module.
3838
# We may want to consider feature-gating them, but we use

0 commit comments

Comments
 (0)