Skip to content

Commit

Permalink
Bump utf8proc to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe committed Oct 25, 2023
1 parent 3222389 commit fb024e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ffi/utf8proc_h.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ struct utf8proc_property_struct {
unsigned int control_boundary : 1;
unsigned int charwidth : 2;
unsigned int pad : 2;
unsigned char boundclass;
unsigned int boundclass : 6;
unsigned int indic_conjunct_break : 2;
};
typedef struct utf8proc_property_struct utf8proc_property_t;
typedef enum {
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/utf8proc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ep_get_binary_dir(BINARY_DIR)
ko_write_gitclone_script(
GIT_CLONE_SCRIPT_FILENAME
https://github.com/JuliaStrings/utf8proc.git
v2.8.0
v2.9.0
${SOURCE_DIR}
)

Expand Down

0 comments on commit fb024e1

Please sign in to comment.