Thanks to visit codestin.com
Credit goes to github.com

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: domcyrus/rustnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.0
Choose a base ref
...
head repository: domcyrus/rustnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 18 files changed
  • 2 contributors

Commits on Oct 27, 2025

  1. chore(deps): bump actions/download-artifact from 5 to 6 (#66)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    0ac881c View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/upload-artifact from 4 to 5 (#67)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    434a2ed View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. chore(deps): bump clap from 4.5.50 to 4.5.51 (#69)

    Bumps [clap](https://github.com/clap-rs/clap) from 4.5.50 to 4.5.51.
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.50...clap_complete-v4.5.51)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-version: 4.5.51
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    2813c61 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump clap_complete from 4.5.59 to 4.5.60 (#70)

    Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.59 to 4.5.60.
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.59...clap_complete-v4.5.60)
    
    ---
    updated-dependencies:
    - dependency-name: clap_complete
      dependency-version: 4.5.60
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    0d2a10f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. chore: cleanup dead code

    domcyrus committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    03cc046 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2025

  1. feat: add freebsd (#71)

    * feat: add freebsd
    domcyrus authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    85b2662 View commit details
    Browse the repository at this point in the history
  2. Add Homebrew installation instructions to README

    Added Homebrew installation instructions for macOS and Linux.
    domcyrus authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    dc32e4a View commit details
    Browse the repository at this point in the history
  3. fix: linux tests

    domcyrus committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    e1917b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8822af9 View commit details
    Browse the repository at this point in the history
Loading