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: async-rs/parallel-stream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: pr/20
Choose a base ref
...
head repository: async-rs/parallel-stream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 6 files changed
  • 3 contributors

Commits on Oct 17, 2020

  1. Merge pull request #20 from mankinskin/master

    Remove forbid(rust_2018_idioms)
    yoshuawuyts authored Oct 17, 2020
    Configuration menu
    Copy the full SHA
    4d76196 View commit details
    Browse the repository at this point in the history
  2. v2.1.2

    yoshuawuyts committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    b2e016e View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Update for async_std 1.9.0 (with pin-project-lite 0.2.0)

    Previously, the sync module in async_std was unstable in 1.5.0.
    After stabilization the API was changed, so parallel-stream
    would fail to build for projects which depend on newer versions
    of async_std.
    alexmaco committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    5e3146a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    411ef7a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Merge pull request #21 from alexmaco/updates

    Fix build with async_std 1.9.0
    yoshuawuyts authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    3ee91a3 View commit details
    Browse the repository at this point in the history
  2. fix

    yoshuawuyts committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    bbc3270 View commit details
    Browse the repository at this point in the history
  3. v2.1.3

    yoshuawuyts committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    0c52d25 View commit details
    Browse the repository at this point in the history
Loading