Are there any patches planned that remove this version pin? It would be great to not be locked at an alpha version of Tokio.
Until a new release arrives, you can use reqwest = { git = "https://github.com/seanmonstar/reqwest" }
Unfortunately I can't because I'm not using reqwest directly; it's being brought in by another crate I'm depending on.
You can use the patch section in the Cargo.toml to get the master version regardless.
Hi, same here.
Pointing at the master branch obviously helps & everything works as expected, but I'd appreciate a 0.10.0-alpha.3 release if possible.
I think the plan is to release the full 0.10.0 this week.
I think this issue can be closed now
Most helpful comment
I think the plan is to release the full 0.10.0 this week.