Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.
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-rustls
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: smol-rs/async-rustls
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.2
Choose a head ref
  • 5 commits
  • 12 files changed
  • 2 contributors

Commits on Oct 8, 2023

  1. Migrate to Rust 2021

    taiki-e committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    1a18c4b View commit details
    Browse the repository at this point in the history
  2. Add MSRV check to CI

    taiki-e committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    45e9d66 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Bump MSRV to 1.61

    rustls requires it.
    
    ```
    error: package `rustls v0.21.8` cannot be built because it requires rustc 1.61 or newer, while the currently active rustc version is 1.60.0
    ```
    taiki-e committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    9e04a06 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. m: Update smol requirement from 1.0 to 2.0

    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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    affe6ec View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    5f51292 View commit details
    Browse the repository at this point in the history
Loading