aj-bagwell / clio

A rust library for parsing command line file name arguements
13 stars 8 forks source link

does not compile on rust 1.65.0 #13

Closed aj-bagwell closed 1 year ago

aj-bagwell commented 1 year ago

Because it relies on PathBuf::as_mut_osstring() which was stabilized in rust 1.70.0 it does not work on older version such as the one used by Debian. This makes packaging things that depend on Clio impossible.