Skip to content

Commit 98ff313

Browse files
committed
Give specific version to async-std
Signed-off-by: Michael X. Grey <grey@openrobotics.org>
1 parent 3f5422b commit 98ff313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ bevy_time = "0.12"
4646
single_threaded_async = ["dep:async-task"]
4747

4848
[dev-dependencies]
49-
async-std = { version = "*" }
49+
async-std = { version = "1.12" }

0 commit comments

Comments
 (0)