Skip to content

Commit cae23e0

Browse files
committed
Fix CI error by disabling on reqwest-no-ws aslike other feature
1 parent 2ef3cf2 commit cae23e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server_fn/tests/server_macro.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
feature = "multipart",
1111
feature = "serde-lite",
1212
feature = "cbor",
13-
feature = "msgpack"
13+
feature = "msgpack",
14+
feature = "reqwest-no-ws",
1415
))
1516
))]
1617

0 commit comments

Comments
 (0)