Description: Fix: Allow experimental edition2024 on older Cargo versions
 TODO: The dz6 upstream source Rust edition 2024. This patch injects the
 experimental cargo-features flag to allow compilation on Ubuntu's stable Cargo
1.75 toolchain without upgrading the system compiler.

 dz6 (0.7.0-1) unstable; urgency=medium
 .
   * Initial release to Debian Mentors.
Author: Danielly <danielly@mentebinaria.com.br>

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2026-06-18

--- dz6-0.7.0.orig/Cargo.toml
+++ dz6-0.7.0/Cargo.toml
@@ -1,3 +1,4 @@
+cargo-features = ["edition2024"]
 [package]
 name = "dz6"
 version = "0.7.0"
