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: seanmonstar/unicase
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.1
Choose a base ref
...
head repository: seanmonstar/unicase
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Nov 12, 2019

  1. Implement no_std support (#34)

    This implements no_std support for unicase. no_std support has been implemented for every Rust version starting with 1.36 which added stable support for the alloc crate. All of unicase's features are available on no_std.
    CryZe authored and seanmonstar committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    fbab380 View commit details
    Browse the repository at this point in the history
  2. update version_check

    seanmonstar committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    4788cba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c14856b View commit details
    Browse the repository at this point in the history
  4. v2.6.0

    seanmonstar committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    7b116bc View commit details
    Browse the repository at this point in the history
Loading