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
It looks like that feature (rust-lang/rust#105135) was stabilized at some point after 1.75.0. 1.75.0 is the version that sudo apt-get install cargowill get you in Ubuntu 24.04.
I solved it by installing rustup instead of cargo, and then using that to install 1.82.0:
Sure, it might be worth it to document the MSRV of this crate. As a tip, you probably shouldn't use your distro's rustc and cargo and use rustup instead, it's almost always a better idea.
Installing v0.3.0 with cargo fails with
use of unstable library feature 'file_create_new'
The text was updated successfully, but these errors were encountered: