bencode
bencode copied to clipboard
mix: Don't depend on eqc_ex in production builds
Fixes #7
Edit: I've also decided to add another change to this pull request to avoid merge conflicts:
Bumping the dependency for eqc to 1.3.1. I think syntax errors in the mix.exs file causes mix to not register the eqc subcommands (they don't appear in mix help, etc). I hope I managed to bump the version reasonably, both in mix.exs and in the lock.file, but please verify that it works for you as well. You will end up with 1.3.2, but only becuase that's the most recent version compatible with ~> 1.3.1.
Also note: the latest eqc_ex version is 1.4.2; that works to. I've managed to run the tests with both eqc_ex 1.3.2 and 1.4.2. Should I bump it to ~> 1.4.0 instead?