mirror of
https://github.com/valitydev/msgpack-erlang.git
synced 2024-11-06 00:35:24 +00:00
Allow Erlang/OTP 19.0 to compile.
This commit is contained in:
parent
00ccc300fb
commit
3fcb204e41
@ -1,4 +1,4 @@
|
|||||||
{require_otp_vsn, "17|18"}.
|
{require_otp_vsn, "17|18|19"}.
|
||||||
|
|
||||||
{erl_opts, [fail_on_warning, debug_info, warn_untyped_record]}.
|
{erl_opts, [fail_on_warning, debug_info, warn_untyped_record]}.
|
||||||
%%, {parse_transform, eqc_cover}]}.
|
%%, {parse_transform, eqc_cover}]}.
|
||||||
|
Loading…
Reference in New Issue
Block a user