bencode icon indicating copy to clipboard operation
bencode copied to clipboard

mix: Don't depend on eqc_ex in production builds

Open olof opened this issue 5 years ago • 1 comments

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.

olof avatar Mar 23 '20 00:03 olof

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?

olof avatar Mar 23 '20 01:03 olof