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: NixOS/ofborg
base: ec5e59a055c7
Choose a base ref
...
head repository: NixOS/ofborg
compare: cc18d6626ce9
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on May 29, 2020

  1. lapin: 1.0.0-rc6 -> 1.0.0

    LnL7 authored and cole-h committed May 29, 2020
    Copy the full SHA
    350e285 View commit details
    Browse the repository at this point in the history
  2. update lapin consumer

    The Stream implementation for consumers was changed to include the
    channel.  Should be the last api change since it's released now.
    
        impl Stream for Consumer {
            type Item = Result<(Channel, Delivery)>;
        }
    LnL7 authored and cole-h committed May 29, 2020
    Copy the full SHA
    fc41460 View commit details
    Browse the repository at this point in the history
  3. sort dependencies

    LnL7 authored and cole-h committed May 29, 2020
    Copy the full SHA
    cc18d66 View commit details
    Browse the repository at this point in the history