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 afe60d0 commit 8197e3cCopy full SHA for 8197e3c
ct.sh
@@ -33,6 +33,8 @@ if [ "$TRAVIS_RUST_VERSION" == "stable" ] || [ "$TRAVIS_RUST_VERSION" == "beta"
33
cargo test --features pkcs12 --target $TARGET
34
cargo test --features pkcs12_rc2 --target $TARGET
35
cargo test --features dsa --target $TARGET
36
+ cargo test --test hyper13 --features=std,async-rt --target $TARGET
37
+ cargo test --test async_session --features=async-rt --target $TARGET
38
39
# If zlib is installed, test the zlib feature
40
if [ -n "$ZLIB_INSTALLED" ]; then
mbedtls/tests/async_session.rs
@@ -7,7 +7,6 @@
7
* according to those terms. */
8
9
#![cfg(not(target_env = "sgx"))]
10
-
11
extern crate mbedtls;
12
13
use std::sync::Arc;
0 commit comments