Skip to content

Commit fe3d94c

Browse files
committed
adding tokio1 for async-std
1 parent 8c9a24a commit fe3d94c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"
4646
tonic-build = "0.10"
4747
cfg-if = "1.0.0"
4848
tokio = { version = "1", features = ["full"], optional = true }
49-
async-std = { version = "1", features = ["default"], optional = true }
49+
async-std = { version = "1", features = ["default", "tokio1"], optional = true }

0 commit comments

Comments
 (0)