Package: rust-codespan-reporting / 0.12.0-1

Metadata

Package Version Patches format
rust-codespan-reporting 0.12.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable peg calculator example.diff | (download)

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

---
relax deps.patch | (download)

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

 relax dependency versions
fix tests without termcolor feature.patch | (download)

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

 fix test failure when termcolor feature is disabled
 Add required-features = ["termcolor"] to examples and tests that depend on
 termcolor functionality. This prevents compilation errors when testing with
 the `--no-default-features` flag, as these examples and tests
 unconditionally import termcolor types that are only available when the
 termcolor feature is enabled