Move the quasi-type pin to 0.1.3
The mirror attempt no longer retries a 404 or prints curl's error, which
is what this build script's fetch would have paid on every cold build
against a mirror short of a file.
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_0153yKAYUmoC9bZz2eV6cA88
2 files changed,
+12 insertions,
-12 deletions
| 1179 |
1179 |
|
|
| 1180 |
1180 |
|
[[package]]
|
| 1181 |
1181 |
|
name = "quasi-type"
|
| 1182 |
|
- |
version = "0.1.2"
|
|
1182 |
+ |
version = "0.1.3"
|
| 1183 |
1183 |
|
dependencies = [
|
| 1184 |
1184 |
|
"brotli",
|
| 1185 |
1185 |
|
"font-types",
|
| 2382 |
2382 |
|
"simd-adler32",
|
| 2383 |
2383 |
|
]
|
| 2384 |
2384 |
|
|
|
2385 |
+ |
[[patch.unused]]
|
|
2386 |
+ |
name = "synckit-client"
|
|
2387 |
+ |
version = "0.10.0"
|
|
2388 |
+ |
|
|
2389 |
+ |
[[patch.unused]]
|
|
2390 |
+ |
name = "synckit-config"
|
|
2391 |
+ |
version = "0.2.0"
|
|
2392 |
+ |
|
| 2385 |
2393 |
|
[[patch.unused]]
|
| 2386 |
2394 |
|
name = "quasi-axum"
|
| 2387 |
2395 |
|
version = "0.79.0"
|
| 2418 |
2426 |
|
name = "quasi-webview"
|
| 2419 |
2427 |
|
version = "0.79.0"
|
| 2420 |
2428 |
|
|
| 2421 |
|
- |
[[patch.unused]]
|
| 2422 |
|
- |
name = "docengine"
|
| 2423 |
|
- |
version = "0.7.0"
|
| 2424 |
|
- |
|
| 2425 |
2429 |
|
[[patch.unused]]
|
| 2426 |
2430 |
|
name = "kberg"
|
| 2427 |
2431 |
|
version = "0.1.0"
|
| 2439 |
2443 |
|
version = "0.4.1"
|
| 2440 |
2444 |
|
|
| 2441 |
2445 |
|
[[patch.unused]]
|
| 2442 |
|
- |
name = "synckit-client"
|
| 2443 |
|
- |
version = "0.10.0"
|
| 2444 |
|
- |
|
| 2445 |
|
- |
[[patch.unused]]
|
| 2446 |
|
- |
name = "synckit-config"
|
| 2447 |
|
- |
version = "0.2.0"
|
|
2446 |
+ |
name = "docengine"
|
|
2447 |
+ |
version = "0.7.0"
|
| 30 |
30 |
|
# rev is ignored, which is the point of that block; off the tree it is what a
|
| 31 |
31 |
|
# build resolves. Bump it in the same pass as a glyph-set change, alongside
|
| 32 |
32 |
|
# Alloy's `QUASI_TYPE_REV`.
|
| 33 |
|
- |
quasi-type = { git = "https://makenot.work/git/max/quasi-type.git", version = "0.1.2", rev = "43845e3a35c8f46c0ed66c3945cc1710158d58d4" }
|
|
33 |
+ |
quasi-type = { git = "https://makenot.work/git/max/quasi-type.git", version = "0.1.3", rev = "52c5bc069fa0b0f3f74bad6957e2d5ca12c0b57d" }
|