Skip to content

Commit

Permalink
fix(deps): remove openssl dep and downgrade lzma
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mbhall88 committed Sep 23, 2024
1 parent c48946a commit 1f2da59
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 259 deletions.
Loading

0 comments on commit 1f2da59

Please sign in to comment.