#507 introduced a new public field to the FilePickerOptions struct. This is a breaking change, as downstream consumers which previously were able to construct struct literals of this type now fail to compile due to missing the follow_symlinks field. This means downstream crates which specify a constraint on this crate with 0.8.0 or 0.8.1 will fail to compile when they do cargo update.
I suggest 0.8.2, 0.8.3, and 0.8.4 be yanked, and a new 0.9.0 version be published.
#507 introduced a new public field to the
FilePickerOptionsstruct. This is a breaking change, as downstream consumers which previously were able to construct struct literals of this type now fail to compile due to missing thefollow_symlinksfield. This means downstream crates which specify a constraint on this crate with0.8.0or0.8.1will fail to compile when they docargo update.I suggest
0.8.2,0.8.3, and0.8.4be yanked, and a new0.9.0version be published.