Package: rust-fs4 / 0.11.1-3

Metadata

Package Version Patches format
rust-fs4 0.11.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no windows.patch | (download)

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

---
remove smol potat.diff | (download)

Cargo.toml | 2 1 + 1 - 0 !
src/file_ext/async_impl/smol_impl.rs | 2 1 + 1 - 0 !
src/unix/async_impl/smol_impl.rs | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

---
replace tempdir with tempfile.patch | (download)

Cargo.toml | 4 2 + 2 - 0 !
src/file_ext/async_impl.rs | 12 6 + 6 - 0 !
src/file_ext/sync_impl.rs | 28 14 + 14 - 0 !
src/unix/async_impl.rs | 4 2 + 2 - 0 !
src/unix/sync_impl.rs | 4 2 + 2 - 0 !
5 files changed, 26 insertions(+), 26 deletions(-)

 replace tempdir with tempfile
The tempdir crate has been deprecated in favour of tempfile.



relax deps.patch | (download)

Cargo.toml | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

---