Skip to content

Commit 1ecccc7

Browse files
committed
Keep async std as default
Signed-off-by: Aaron Erhardt <[email protected]>
1 parent 7c37f07 commit 1ecccc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ authors = [
2222
]
2323

2424
[features]
25-
#default = ["async-std-runtime"]
26-
default = ["tokio-runtime"]
25+
default = ["async-std-runtime"]
2726
async-std-runtime = ["mongodb/async-std-runtime"]
2827
tokio-runtime = ["mongodb/tokio-runtime"]
2928

0 commit comments

Comments
 (0)