wisespace-io / yubico-rs

Yubikey client API library, Challenge-Response & Configuration
Other
52 stars 13 forks source link

Upgrade reqwest and futures to support the async/await syntax #18

Closed pierre-l closed 5 years ago

pierre-l commented 5 years ago

Hi @wisespace-io !

Here is the PR I was talking about, bringing support for async/await.

There are significant upgrades involved:

futures 0.1 => futures-preview 0.3.0-alpha.19 reqwest 0.9 => 0.10.0-alpha.1 (dev only) tokio 0.1 => "0.2.0-alpha.6"

I changed the crate version again to "0.9.0-alpha.1". A release would be greatly appreciated :)

pierre-l commented 5 years ago

@wisespace-io Thanks again!