Skip to content

Commit 9e34a77

Browse files
committed
bump patch level for hotfix release
libz-sys should now build on non-debian linuxes again which need a different search path.
1 parent c15ad61 commit 9e34a77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo-zng.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libz-ng-sys"
3-
version = "1.1.10"
3+
version = "1.1.11"
44
authors = ["Alex Crichton <[email protected]>", "Josh Triplett <[email protected]>", "Sebastian Thiel <[email protected]>"]
55
links = "z-ng"
66
license = "MIT OR Apache-2.0"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libz-sys"
3-
version = "1.1.10"
3+
version = "1.1.11"
44
authors = ["Alex Crichton <[email protected]>", "Josh Triplett <[email protected]>", "Sebastian Thiel <[email protected]>"]
55
links = "z"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)