diff --git a/doctest/Cargo.toml b/doctest/Cargo.toml index 8f92eecd..089065ad 100644 --- a/doctest/Cargo.toml +++ b/doctest/Cargo.toml @@ -12,7 +12,7 @@ pulldown-cmark = "0.13" rocket = "0.5" rouille = "3" submillisecond = "0.4.1" -tide = "0.16" +tide = { version = "0.16", default-features = false } tokio = { version = "1.9.0", features = ["rt", "macros", "rt-multi-thread"] } axum = "0.8" warp = { version = "0.4", features = ["server"] }