Skip to content

Commit

Permalink
feat: update to libdeflate v1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
gemesa committed Oct 11, 2023
1 parent a9f448b commit c3e6a5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "libdeflate"]
path = libdeflate
url = [email protected]:ebiggers/libdeflate.git
branch = tags/v1.18
branch = tags/v1.19
4 changes: 2 additions & 2 deletions libdeflate.nim
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ else:

const
LIBDEFLATE_VERSION_MAJOR* = 1
LIBDEFLATE_VERSION_MINOR* = 18
LIBDEFLATE_VERSION_STRING* = "1.18"
LIBDEFLATE_VERSION_MINOR* = 19
LIBDEFLATE_VERSION_STRING* = "1.19"

type
libdeflate_result* = enum
Expand Down

0 comments on commit c3e6a5f

Please sign in to comment.