Package: rust-io-uring / 0.7.8-1

Metadata

Package Version Patches format
rust-io-uring 0.7.8-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
tweak deps.patch | (download)

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

---
disable overwrite feature.patch | (download)

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

 disable the overwrite feature, as it overwrites source code and rust sources are installed without write permissions for the user.

remove optional sc dep.patch | (download)

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

 remove optional sc dep
use mem zeroed.patch | (download)

src/types.rs | 7 1 + 6 - 0 !
1 file changed, 1 insertion(+), 6 deletions(-)

---
use bindgen if needed.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
build.rs | 4 2 + 2 - 0 !
src/sys/mod.rs | 6 3 + 3 - 0 !
3 files changed, 6 insertions(+), 6 deletions(-)

---