JuliaCrypto / MD5.jl

A performant, 100% native-julia MD5 implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package worked, now fails to install on Julia 1.0

Kissaki opened this issue · comments

I was using this package MD5 with Julia 1.0. That worked fine for a while.

Just now I used Pkg up to update packages, and MD5 failed. I removed the package. Now I can no longer install it. Did something change? I see no chances here, but the package requirements seem to have changed.

ERROR: Unsatisfiable requirements detected for package MD5 [6ac74813]:
 MD5 [6ac74813] log:
 ├─possible versions are: 0.1.0 or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions 0.1.0
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left

It got hit by the version cap.
Which was applied based on heuristic very recently.

I believe because the test fail on 1.0 because no Base.Test anymore.
Fixing now

Ah I see I forgot to merge #7
once #7 is merged this will all be fine

Fixed now, you can run an update to get it