mratsim / constantine

Constantine: modular, high-performance, zero-dependency cryptography stack for verifiable computation, proof systems and blockchain protocols.
Other
413 stars 44 forks source link

CI: drop old nim compiler versions #486

Closed mratsim closed 3 days ago

mratsim commented 4 days ago

We remove explicit support for Nim 1.6.x as its EOL and Nim 2.0.x as one version to the next works or does not work.

Furthermore neither 1.6.12 or 2.0.12 can compile #485

Closes #471