Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: marshallpierce/rust-base64
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: marshallpierce/rust-base64
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: mp/decode-vec-size-backport
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Oct 21, 2022

  1. Don't allocate an unnecessarily large buffer in decode_config

    Also, address a complaint from `cargo doc`.
    
    NB: In practice 1.46.0 is needed to run tests due to dev dependencies, but I'm not addressing any MSRV changes since this will be supplanted by 1.0's higher MSRV anyway.
    marshallpierce committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    efb0b53 View commit details
    Browse the repository at this point in the history
Loading