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
I used async-std and surf in unleash-client-rust recently, and trying to document the minimum supported rust version for it is turning out harder than expected ;(. async-h1 seems to be using latest-everything features - and thats probably fine, async is new etc, but it would be nice to know what the actual policy is going forward. Just a one liner in README.md.
Thanks!
(rust-lang/rust#65721 is what caught me trying to make 1.40 the MSRV, which is used by async-h1).
The text was updated successfully, but these errors were encountered:
This is an interesting one -- I have no objections to documenting the MSRV but given the nature of async in Rust right now I would like us to reserve the option to bump the minimum version without publishing a major. In effect the stability guarantee we provide is that we work on stable Rust.
I used async-std and surf in unleash-client-rust recently, and trying to document the minimum supported rust version for it is turning out harder than expected ;(. async-h1 seems to be using latest-everything features - and thats probably fine, async is new etc, but it would be nice to know what the actual policy is going forward. Just a one liner in README.md.
Thanks!
(rust-lang/rust#65721 is what caught me trying to make 1.40 the MSRV, which is used by async-h1).
The text was updated successfully, but these errors were encountered: