8000 Comparing 0.17.2...0.17.3 · console-rs/indicatif · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: console-rs/indicatif
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.17.2
Choose a base ref
...
head repository: console-rs/indicatif
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.17.3
Choose a head ref
  • 15 commits
  • 11 files changed
  • 5 contributors

Commits on Dec 11, 2022

  1. remove needless lifetimes

    danieleades authored and djc committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    c3d5a3f View commit details
    Browse the repository at this point in the history
  2. use 'clamp' function

    danieleades authored and djc committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    577b5f3 View commit details
    Browse the repository at this point in the history
  3. use 'Self' keyword to refer to own type

    danieleades authored and djc committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    6f6eace View commit details
    Browse the repository at this point in the history
  4. prefer 'into_iter' to 'drain'

    danieleades authored and djc committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    b62f255 View commit details
    Browse the repository at this point in the history
  5. use semicolons if nothing returned

    danieleades authored and djc committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    f363b7b View commit details
    Browse the repository at this point in the history
  6. use implicit iter loops

    danieleades authored and djc committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    c582ebc View commit details
    Browse the repository at this point in the history
  7. collapse single match blocks

    danieleades authored and djc committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    75a3311 View commit details
    Browse the repository at this point in the history
  8. nest 'or' patterns

    danieleades authored and djc committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    bfeedb2 View commit details
    Browse the repository at this point in the history
  9. avoid accessing 'Default' trait directly

    danieleades authored and djc committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    64f3570 View commit details
    Browse the repository at this point in the history
  10. add dependabot config

    danieleades authored and djc committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    1a04604 View commit details
    Browse the repository at this point in the history
  11. simplify build matrix

    danieleades authored and djc committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    16ce199 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 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] <support@github.com>
    dependabot[bot] authored and djc committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    d54fb0e View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Remove "fs" feature in tokio dependency (#504)

    Move it to the dev-dependencies only.
    azriel91 authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    51e8597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2954b1a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. 0.17.3

    mitsuhiko committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    84f46b4 View commit details
    Browse the repository at this point in the history
Loading
0