Skip to content

Commit

Permalink
v0.05
Browse files Browse the repository at this point in the history
  - Use `*std::os::raw::c_char` instead of `*i8`
    for C strings.  This is more portable and fixes
    the build on Linux Arm64 and probably other
    platforms (gh#5)
  • Loading branch information
plicease committed Jun 14, 2023
1 parent 5aac58b commit fb0435e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for {{$dist->name}}

{{$NEXT}}

0.05 2023-06-14 17:19:47 -0600
- Use `*std::os::raw::c_char` instead of `*i8`
for C strings. This is more portable and fixes
the build on Linux Arm64 and probably other
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author = Graham Ollis <[email protected]>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2022
version = 0.04
version = 0.05

[@Author::Plicease]
:version = 2.72
Expand Down

0 comments on commit fb0435e

Please sign in to comment.