You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eliminate tokio dependency in juniper_rocket_async (#920)
The `tokio` dependency is only required for tests and should
have been in the `dev-dependencies` section in `Cargo.toml`.
Since `rocket` already ships with a async test annotation
`tokio` can be removed completely.
0 commit comments