Skip to content

Commit

Permalink
Bump version to 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Feb 22, 2024
1 parent 963023b commit 83c5cd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libdeflater"
version = "1.19.1"
version = "1.19.2"
authors = ["Adam Kewley <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -15,7 +15,7 @@ operations. Contains bindings for raw deflate, zlib, and gzip data.
"""

[dependencies]
libdeflate-sys = { version = "1.19.1", path = "libdeflate-sys" }
libdeflate-sys = { version = "1.19.2", path = "libdeflate-sys" }

[dev-dependencies]
criterion = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Documentation](https://docs.rs/libdeflater/badge.svg)](https://docs.rs/libdeflater)

```
libdeflater = "1.19.1"
libdeflater = "1.19.2"
```

`libdeflater` is a thin wrapper library around [libdeflate](https://github.com/ebiggers/libdeflate). Libdeflate
Expand Down
2 changes: 1 addition & 1 deletion libdeflate-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libdeflate-sys"
version = "1.19.1"
version = "1.19.2"
authors = ["Adam Kewley <[email protected]>"]
links = "libdeflate"
edition = "2018"
Expand Down

0 comments on commit 83c5cd2

Please sign in to comment.