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: smol-rs/async-dup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.4
Choose a base ref
...
head repository: smol-rs/async-dup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on Jan 6, 2024

  1. ci: Use cargo-hack's --rust-version flag for msrv check

    This respects rust-version field in Cargo.toml, so it removes the need
    to manage MSRV in both the CI file and Cargo.toml.
    taiki-e committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    a3d5c41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05e0dd7 View commit details
    Browse the repository at this point in the history
  3. Migrate to Rust 2021

    taiki-e committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    3507db5 View commit details
    Browse the repository at this point in the history
  4. Update smol requirement from 1 to 2

    Updates the requirements on [smol](https://github.com/smol-rs/smol) to permit the latest version.
    - [Release notes](https://github.com/smol-rs/smol/releases)
    - [Changelog](https://github.com/smol-rs/smol/blob/master/CHANGELOG.md)
    - [Commits](smol-rs/smol@v1.0.0...v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: smol
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and taiki-e committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    b447c2d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. ci: Use "v2.0.0" branch for security check

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    470c568 View commit details
    Browse the repository at this point in the history
Loading