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: mbhall88/nohuman
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.0
Choose a base ref
...
head repository: mbhall88/nohuman
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 23, 2024

  1. fix(deps): remove openssl dep and downgrade lzma

    reqwest, which is where the openssl requirement came from, now uses the rustls-tls feature which removes the openssl requirement.
    
    downgrading liblzma to 0.2, which uses lzma 5.4. The previous liblzma, 0.3, uses lzma 5.6, which is not availble easily on most OSs due to major bug, so the downgrade makes it easier to compile nohuman for other architectures.
    mbhall88 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1f2da59 View commit details
    Browse the repository at this point in the history
  2. ci: remove coverage

    mbhall88 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0535978 View commit details
    Browse the repository at this point in the history
  3. ci: update cache version

    mbhall88 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1b77615 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d64dc7c View commit details
    Browse the repository at this point in the history
Loading