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 file
Patch File delta Description
relax dep.diff | (download)

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

---
rust 1.78.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
src/operations/psa_asymmetric_decrypt.rs | 2 1 + 1 - 0 !
src/operations/psa_import_key.rs | 2 1 + 1 - 0 !
src/operations/psa_raw_key_agreement.rs | 2 1 + 1 - 0 !
src/operations_protobuf/convert_psa_cipher_decrypt.rs | 2 1 + 1 - 0 !
src/operations_protobuf/convert_psa_cipher_encrypt.rs | 2 1 + 1 - 0 !
src/operations_protobuf/convert_psa_export_key.rs | 2 1 + 1 - 0 !
tests/ci.sh | 2 1 + 1 - 0 !
8 files changed, 8 insertions(+), 8 deletions(-)

 [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 !
src/operations_protobuf/generated_ops/mod.rs | 121 18 + 103 - 0 !
src/requests/response_status.rs | 10 10 + 0 - 0 !
3 files changed, 30 insertions(+), 105 deletions(-)

 [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>