aiken/crates
KtorZ 76ff09ba0e Ensure that version resolution works offline
And so, even for unpinned package. In this case, we can't do a HEAD request. So we fallback by looking at what's available in the cache and using the most recently downloaded version from the cache. This is only a best effort as the most recently downloaded one may not be the actual latest. But common, this is a case where (a) someone didn't pin any version, (b) is trying to build on in an offline setup. We could possibly make that edge-case better but, let's see if anyone ever complains about it first.
2023-09-13 17:17:32 -04:00
..
aiken feat(cli): add --deny to build, check, and docs 2023-09-06 17:19:44 -04:00
aiken-lang fix: is_record was used incorrectly in code gen, 2023-09-13 00:33:02 -04:00
aiken-lsp chore: Release 2023-08-24 15:05:12 -06:00
aiken-project Ensure that version resolution works offline 2023-09-13 17:17:32 -04:00
flat-rs add tests for case and constr 2023-09-03 11:52:49 -04:00
uplc Fix clippy suggestions. 2023-09-08 16:21:07 +02:00