Skip to content

Add async gitlab client impl.

boxdot requested to merge boxdot/rust-gitlab:async-client into master

The new type AsyncGitlab is created by GitlabBuilder::build_async.

Also upgrade reqwest (to use tokio 1.0) and bytes to 1.0.

Merge request reports