Package: rust-framework-lib / 0.6.1-3

Metadata

Package Version Patches format
rust-framework-lib 0.6.1-3 3.0 (quilt)

Patch series

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

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

 drop windows-specific dependencies
drop uefi.patch | (download)

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

 drop uefi dependencies
relax clap verbosity flag.patch | (download)

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

 relax clap-verbosity-flag depenedency to v2
relax spin.patch | (download)

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

 relax spin depenedency to v0.9
restrict portio to x86.patch | (download)

src/chromium_ec/mod.rs | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 restrict portio modules to x86/x86_64 architectures
 Port I/O is an x86-specific concept and the portio, portio_hwio, and
 portio_mec modules are not useful on other architectures. Restrict
 them and all their usages in chromium_ec/mod.rs to x86/x86_64 to fix
 build failures on non-x86