Skip to content

Commit 235581c

Browse files
committed
Update MSRV to 1.54 and cover tokio backend in testing.
1 parent 8853259 commit 235581c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: rust
22
os: linux
33
dist: bionic
44
rust:
5-
- 1.35.0 # msrv
5+
- 1.54.0 # msrv
66
- stable
77

88
addons:
@@ -21,8 +21,8 @@ addons:
2121

2222
script:
2323
# 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
24+
- cargo build --features "tracing_subscriber,tokio_backend"
25+
- cargo run --manifest-path examples/hello/Cargo.toml --features "tracing_subscriber,tokio_backend" -- 5
2626
# Now pkg-config build
2727
- sudo apt-get install -y libssl-dev libevent-dev
2828
- cargo clean

0 commit comments

Comments
 (0)