We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d3127 commit daeeff7Copy full SHA for daeeff7
.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