Skip to content

Commit 00db543

Browse files
author
Dong Nguyen
committed
revert default features
1 parent 6b6d93d commit 00db543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tokio = { version = "1", features = ["sync"], optional = true }
3535
futures = { version = "0.3", default-features = false, optional = true }
3636

3737
[dev-dependencies]
38-
axum = { version = "0.8"}
38+
axum = { version = "0.8", default-features = false}
3939
axum-test = "17"
4040
tokio = { version = "1", features = ["full"] }
4141
tokio-test = "0.4"

0 commit comments

Comments
 (0)