We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8853259 commit 235581cCopy full SHA for 235581c
.travis.yml
@@ -2,7 +2,7 @@ language: rust
2
os: linux
3
dist: bionic
4
rust:
5
- - 1.35.0 # msrv
+ - 1.54.0 # msrv
6
- stable
7
8
addons:
@@ -21,8 +21,8 @@ addons:
21
22
script:
23
# Try bundled build first
24
- - cargo build --features "bundled,openssl_bundled"
25
- - cargo run --manifest-path examples/hello/Cargo.toml --features "bundled,openssl_bundled" -- 5
+ - cargo build --features "tracing_subscriber,tokio_backend"
+ - cargo run --manifest-path examples/hello/Cargo.toml --features "tracing_subscriber,tokio_backend" -- 5
26
# Now pkg-config build
27
- sudo apt-get install -y libssl-dev libevent-dev
28
- cargo clean
0 commit comments