Skip to content

Commit ce47be7

Browse files
committed
Made tokio into proper feature
1 parent a3218c7 commit ce47be7

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,10 @@ temp-dir = { version = "~0.1" }
5757

5858
[features]
5959
default = [
60-
"rorm-db/tokio",
61-
"dep:tokio",
60+
"tokio",
6261
]
6362

64-
[profile.fat-lto]
65-
inherits = "release"
66-
opt-level = "s"
67-
lto = "fat"
68-
strip = true
63+
tokio = [
64+
"dep:tokio",
65+
"rorm-db/tokio",
66+
]

0 commit comments

Comments
 (0)