alavrik / piqi-erlang

Protocol Buffers, JSON, XML data serialization system for Erlang
http://piqi.org/doc/erlang
Apache License 2.0
68 stars 28 forks source link

Dependency error #6

Closed tarekz closed 11 years ago

tarekz commented 11 years ago

I am getting this error when I try to make my project. ERROR: Invalid dependency specification {piqi_binary,[], {git, "git://github.com/alavrik/piqi-binary.git", {tag,"v0.6.2"}}, [raw]}

alavrik commented 11 years ago

You need to download a more recent rebar version that supports raw dependencies. You can get it from here: https://github.com/rebar/rebar/wiki/rebar

tarekz commented 11 years ago

Thank you.