Skip to content

Commit

Permalink
Removed support for async-std
Browse files Browse the repository at this point in the history
  • Loading branch information
gammelalf committed Dec 28, 2024
1 parent 098f350 commit 6afe566
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ regex = { version = "~1" }
once_cell = { version = "~1" }

# Runtime
tokio = { version = ">=1.23.1", features = ["macros", "rt"], optional = true }
tokio = { version = ">=1.23.1", features = ["macros", "rt"] }

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

[features]
default = [
"tokio",
"sqlite",
"mysql",
"postgres",
]

tokio = [
"dep:tokio",
"rorm-db/tokio",
]

sqlite = [
"rorm-db/sqlite",
"rorm-declaration/sqlite",
Expand Down

0 comments on commit 6afe566

Please sign in to comment.