Keep pin-project-lite dependent on `async-graphql-tide` at `v0.1.8`.

This commit is contained in:
Sunli 2020-09-29 17:04:27 +08:00
parent f23942d798
commit c0ddf55132
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ async-trait = "0.1.36"
serde_json = "1.0.56"
futures = "0.3.5"
async-std = "1.6.2"
pin-project-lite = "=0.1.8" # https://github.com/http-rs/async-sse/issues/10
[dev-dependencies]
smol = { version = "0.1.18", features = ["tokio02"] }