Skip to content

Commit

Permalink
Give specific versions
Browse files Browse the repository at this point in the history
Signed-off-by: Michael X. Grey <[email protected]>
  • Loading branch information
mxgrey committed Aug 27, 2024
1 parent 29cec05 commit 3f5422b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ async-task = { version = "4.7.1", optional = true }
# bevy_tasks::Task, so we're leaving it as a mandatory dependency for now.
bevy_tasks = { version = "0.12", features = ["multi-threaded"] }

arrayvec = "*"
itertools = "*"
smallvec = "*"
tokio = { version = "*", features = ["sync"]}
arrayvec = "0.7"
itertools = "0.13"
smallvec = "1.13"
tokio = { version = "1.39", features = ["sync"]}
futures = "0.3"
backtrace = "0.3"
anyhow = "*"
thiserror = "*"
anyhow = "1.0"
thiserror = "1.0"

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

0 comments on commit 3f5422b

Please sign in to comment.