Skip to content

Commit 59482d7

Browse files
authored
Merge pull request #149 from blackbeam/issue-148
Enable tokio/rt feature (fix #148)
2 parents b0b7a4e + 4247fdf commit 59482d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pin-project = "1.0.2"
2727
serde = "1"
2828
serde_json = "1"
2929
thiserror = "1.0.4"
30-
tokio = { version = "1.0", features = ["io-util", "fs", "net", "time"] }
30+
tokio = { version = "1.0", features = ["io-util", "fs", "net", "time", "rt"] }
3131
tokio-util = { version = "0.6.0", features = ["codec"] }
3232
tokio-native-tls = "0.3.0"
3333
twox-hash = "1"

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
condition: and(succeeded(), eq(variables['installRust.toolchain'], 'stable'))
3434
displayName: cargo fmt
3535
- bash: |
36+
cargo +nightly build -Zfeatures=dev_dep
3637
SSL=false COMPRESS=false cargo test
3738
SSL=true COMPRESS=false cargo test
3839
SSL=false COMPRESS=true cargo test

0 commit comments

Comments
 (0)