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: rust-embedded/embedded-hal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rust-embedded/embedded-hal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ci-no-push
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 14 files changed
  • 1 contributor

Commits on Jul 12, 2023

  1. io: remove useless crate::.

    Dirbaio committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    463e6ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d5f10a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90b9596 View commit details
    Browse the repository at this point in the history
  4. io: add separate embedded-io-adapters crate, add futures/tokio support.

    If we want to release `embedded-io` 1.0 and the adapters live there, we can't make any
    breaking changes to them after release. Putting them in a separate crate
    allows doing breaking changes without breaking everyone using the IO traits.
    Dirbaio committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    42b69fc View commit details
    Browse the repository at this point in the history
  5. ci: don't run on pushes.

    Dirbaio committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e431505 View commit details
    Browse the repository at this point in the history
Loading