Package: rust-guid-create / 0.5.2-1

Metadata

Package Version Patches format
rust-guid-create 0.5.2-1 3.0 (quilt)

Patch series

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

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

 relax dependency versions
disable benches.patch | (download)

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

 drop benches
disable windows.patch | (download)

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

---
fix no default features tests.patch | (download)

src/lib.rs | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 add feature gates to tests for no-default-features compatibility
 The crate fails to build when tested with --no-default-features despite
 advertising no_std support. This patch adds conditional compilation to
 tests that require std and rand features, allowing minimal feature builds
 to succeed by skipping incompatible tests rather than failing compilation