Skip to content

Commit

Permalink
Update ffi package constraints. Bump to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sethloco committed Jul 8, 2022
1 parent 73b35c9 commit a176c22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.6

- Updated ffi package dependency constraints to >=1.0.0 <3.0.0

## 2.0.5

- Updated [prebuilt libraries](lib/src/zstd/blobs) to [ZSTD v1.5.2](https://github.com/facebook/zstd/releases/tag/v1.5.2).
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: es_compression
description: Compression framework providing FFI implementations for Brotli, Lz4, Zstd (Zstandard) with ready-to-use prebuilt binaries for Win/Linux/Mac.
version: 2.0.5
version: 2.0.6
homepage: https://www.instantiations.com
issue_tracker: https://github.com/instantiations/es_compression/issues
repository: https://github.com/instantiations/es_compression
Expand All @@ -13,7 +13,7 @@ executables:

dependencies:
args: ^2.0.0
ffi: ^1.0.0
ffi: '>=1.0.0 <3.0.0'
stack_trace: ^1.10.0
stream_channel: ^2.1.0

Expand Down

0 comments on commit a176c22

Please sign in to comment.