samwoodhams / copy_to_output

A small rust library to copy files/folders from the project directory to the output directory
Other
15 stars 5 forks source link

Update fs_extra(1.3) to ensure compilability in the future #5

Closed Angr1st closed 1 year ago

Angr1st commented 1 year ago

Hi prenwyn,

I used copy_to_output 2.0 and got the following message from cargo:

warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.2.0

Updating fs_extra to version 1.3, does not have this warning. This PR updates this dependeny and increments the version of copy_to_output to 2.0.1.