File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 66
77## prequisites for runtime
88
9- [ Erlang/OTP] ( http://erlang.org/ ) , >= R15B -- for older version, rebar won't work.
9+ [ Erlang/OTP] ( http://erlang.org/ ) , >= 17.0
1010Also based on [ the new msgpack spec 232a0d] ( https://github.com/msgpack/msgpack/blob/232a0d14c6057000cc4a478f0dfbb5942ac54e9e/spec.md ) .
1111
1212## edit rebar.config to use in your application
1313
1414``` erlang
1515{deps , [
1616 {msgpack , " .*" ,
17- {git , " git://github.com/msgpack/msgpack-erlang.git" , " master" }}
17+ {git , " git://github.com/msgpack/msgpack-erlang.git" , { branch , " master" } }}
1818]}.
1919```
2020
@@ -99,6 +99,11 @@ Apache License 2.0
9999
100100# Release Notes
101101
102+ ## 0.4.0
103+
104+ - Deprecate ` nil `
105+ - Moved to rebar3
106+
102107## 0.3.5 / 0.3.4
103108
104109- 0.3 series will be the last versions that supports R16B or older
You can’t perform that action at this time.
0 commit comments