Package: rust-fs2 / 0.4.3-2

Metadata

Package Version Patches format
rust-fs2 0.4.3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable windows.diff | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
use tempfile.diff | (download)

Cargo.toml | 4 2 + 2 - 0 !
src/lib.rs | 32 16 + 16 - 0 !
src/unix.rs | 10 5 + 5 - 0 !
src/windows.rs | 14 7 + 7 - 0 !
4 files changed, 30 insertions(+), 30 deletions(-)

 [patch] replace tempdir with tempfile, as the tempdir crate have been
 superceded by tempfile