mirror of
https://github.com/valitydev/msgpack-erlang.git
synced 2024-11-06 08:45:19 +00:00
Merge pull request #69 from okeuday/master
Allow Erlang/OTP 19.0 to compile.
This commit is contained in:
commit
f97d93ec80
@ -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]}.
|
||||
%%, {parse_transform, eqc_cover}]}.
|
||||
|
Loading…
Reference in New Issue
Block a user