We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6dfef8 commit 3beba69Copy full SHA for 3beba69
.evergreen/compile-only.sh
@@ -17,3 +17,6 @@ cargo $TOOLCHAIN build
17
18
# Test with all features.
19
cargo $TOOLCHAIN build --all-features
20
+
21
+# Test with no default features.
22
+cargo $TOOLCHAIN build --no-default-features --features compat-3-0-0,rustls-tls
0 commit comments