Package: rust-parsec-interface / 0.29.1-3
Metadata
Package | Version | Patches format |
---|---|---|
rust-parsec-interface | 0.29.1-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
relax dep.diff | (download) |
Cargo.toml |
10 5 + 5 - 0 ! |
--- |
rust 1.78.patch | (download) |
Cargo.toml |
2 1 + 1 - 0 ! |
[patch] use rust 1.78 Follow suggestsions from the compiler. Disable clippy::all lints for now https://github.com/parallaxsecond/parsec-interface-rs/pull/151/commits Signed-off-by: Reinhard Tartler <siretart@gmail.com> |
prost 0.12.patch | (download) |
Cargo.toml |
4 2 + 2 - 0 ! |
[patch] update to prost 0.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit derived Enumerations now provide their own conversion implementation from i32, so map any DecodeErrors originating from there to InvalidEncoding, and drop the manual impls that existed before. Closes: #153 Signed-off-by: Fabian Grnbichler <f.gruenbichler@proxmox.com> |