Reqwest: Reqwest pinned to Tokio 0.2.0-alpha.6?

Created on 16 Dec 2019  路  6Comments  路  Source: seanmonstar/reqwest

Are there any patches planned that remove this version pin? It would be great to not be locked at an alpha version of Tokio.

Most helpful comment

I think the plan is to release the full 0.10.0 this week.

All 6 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

silvioprog picture silvioprog  路  5Comments

nuxeh picture nuxeh  路  4Comments

martinlindhe picture martinlindhe  路  3Comments

kitfre picture kitfre  路  4Comments

kpcyrd picture kpcyrd  路  4Comments