Skip to content

Commit

Permalink
Statically link zlib. (#14)
Browse files Browse the repository at this point in the history
Fixes #12
  • Loading branch information
jsirois authored Nov 30, 2022
1 parent 885dc63 commit 9b5a07e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 0.1.15

This release completes as much static linking as possible on Linux by
bringing zlib into the fold.

## 0.1.14

This release fixes a bug downloading large files and isolates the ptex
Expand Down
12 changes: 11 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [

[package]
name = "ptex"
version = "0.1.14"
version = "0.1.15"
edition = "2021"
authors = [
"John Sirois <[email protected]>",
Expand All @@ -32,9 +32,7 @@ features = [
"ssl",
"static-curl",
"static-ssl",
# TODO(John Sirois): Enable once the M2 runner has CMake installed:
# https://github.com/a-scie/ptex/issues/12
#"zlib-ng-compat"
"zlib-ng-compat"
]

[dev-dependencies]
Expand Down
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ $ git push --tags https://github.com/a-scie/ptex HEAD:main

The release is automated and will create a GitHub Release page at
[https://github.com/a-scie/ptex/releases/tag/v&lt;version&gt;](
https://github.com/a-scie/ptex/releases) with binaries for Linux, Mac and Windows.
https://github.com/a-scie/ptex/releases) with binaries for Linux, Mac and Windows.

0 comments on commit 9b5a07e

Please sign in to comment.