Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch for base64 0.21 #13

Open
plugwash opened this issue Jun 13, 2023 · 1 comment
Open

Patch for base64 0.21 #13

plugwash opened this issue Jun 13, 2023 · 1 comment

Comments

@plugwash
Copy link

While working on updating the base64 crate in Debian I prepared a patch to make condure build with the new base64. There were a couple of changes in the API of base64.

  1. Rather than passing a config to encode_config_slice one now has to call encode_slice on an engine.
  2. encode_slice now returns a result instead of panicing on error.

Patch is at https://salsa.debian.org/rust-team/debcargo-conf/-/blob/7f22f126538a2c811d44d05e6e7f770417fd59ab/src/condure/debian/patches/base64-0.21.diff

@plugwash
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant