Skip to content

Commit 6afe566

Browse files
committed
Removed support for async-std
1 parent 098f350 commit 6afe566

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ regex = { version = "~1" }
4343
once_cell = { version = "~1" }
4444

4545
# Runtime
46-
tokio = { version = ">=1.23.1", features = ["macros", "rt"], optional = true }
46+
tokio = { version = ">=1.23.1", features = ["macros", "rt"] }
4747

4848
# Enum simplification
4949
strum = { version = "~0.25" }
@@ -57,17 +57,11 @@ temp-dir = { version = "~0.1" }
5757

5858
[features]
5959
default = [
60-
"tokio",
6160
"sqlite",
6261
"mysql",
6362
"postgres",
6463
]
6564

66-
tokio = [
67-
"dep:tokio",
68-
"rorm-db/tokio",
69-
]
70-
7165
sqlite = [
7266
"rorm-db/sqlite",
7367
"rorm-declaration/sqlite",

0 commit comments

Comments
 (0)