Open jdewar opened 1 month ago
There must have been a stale file leftover from an experimental branch when I packaged the Hex release. Sorry about that! What's stopping you from moving to a later version?
0.8.9 is the latest version on hex.pm
0.8.9 is the latest version on hex.pm
🤦♂️
I will push 0.8.10 soon. Thanks for the report!
I'm running into a baffling warning. I'm mix.locked on 0.8.9, and I keep receiving the below error at compile time
but
path_validation_test.ex
is not a file in the repo in release-0.8.9. I see the file in my deps/x509 folder after 'mix deps.get' and before I try to compile, so it's not a compile artifact.This isn't a blocker, but it's messing with my understanding of hex packages / git repos / my own sanity.
I see that the file is added here: https://diff.hex.pm/diff/x509/0.8.8..0.8.9 but I'm not sure how it's not in this GitHub repo.