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: ftdi-rs/libftd2xx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.32.0
Choose a base ref
...
head repository: ftdi-rs/libftd2xx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.32.1
Choose a head ref
  • 7 commits
  • 8 files changed
  • 3 contributors

Commits on Mar 13, 2022

  1. Bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and newAM committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    c4b3ed4 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Update my mail address

    newAM committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    6e0edbc View commit details
    Browse the repository at this point in the history
  2. edition: 2018 -> 2021

    newAM committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    a135cd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daf1d32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbb25bf View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. implement Send and Sync for Ftdi

    The auto traits `Send` and `Sync` were not implemented because `Ftdi`
    contains a (type aliased) raw pointer (`FT_HANDLE`). `Send` and `Sync`
    are now implemented explicitly, making it possible to use `Ftdi` in
    different threads.
    Icxolu authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    33e8bc2 View commit details
    Browse the repository at this point in the history
  2. version: 0.32.0 -> 0.32.1

    newAM authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    3c5c543 View commit details
    Browse the repository at this point in the history
Loading