Skip to main content

max / alloy

Version alloy and skelgen at 0.1.0, off the 0.0.0 placeholder The console's missing version also blocked its own hotfix channel (GO 8c5e2838): an RPM channel ships a higher version of a component, and there was no version for a hotfix to be higher than. Per the version mapping ratified 2026-08-14 (wiki maturity-ladder): 0.x alpha, 1.0.0-beta.N beta, 1.0.0 release. 0.0.0 failed even the internal-library rule that versions increase and are unique, so every build was indistinguishable by version. No crate here is published and every internal dep is a bare path dep with no version requirement, so nothing downstream moves.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-14 21:47 UTC
Signed with PGP, not checked
Commit: 57e6efafc6a1b2844abb82ade9f67c9f5e4defbd
Parent: 5f4bce7
3 files changed, +33 insertions, -33 deletions
M Cargo.lock +31 -31
@@ -19,7 +19,7 @@
19 19
20 20 [[package]]
21 21 name = "alloy"
22 - version = "0.0.0"
22 + version = "0.1.0"
23 23 dependencies = [
24 24 "alloy_tui",
25 25 "anyhow",
@@ -1614,7 +1614,7 @@
1614 1614
1615 1615 [[package]]
1616 1616 name = "skelgen"
1617 - version = "0.0.0"
1617 + version = "0.1.0"
1618 1618 dependencies = [
1619 1619 "alloy_tui",
1620 1620 "anyhow",
@@ -2172,19 +2172,31 @@
2172 2172 checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
2173 2173
2174 2174 [[patch.unused]]
2175 - name = "kberg"
2175 + name = "quasi-axum"
2176 + version = "0.4.0"
2177 +
2178 + [[patch.unused]]
2179 + name = "quasi-http"
2180 + version = "0.4.0"
2181 +
2182 + [[patch.unused]]
2183 + name = "quasi-immediate"
2184 + version = "0.4.0"
2185 +
2186 + [[patch.unused]]
2187 + name = "quasi-router"
2188 + version = "0.4.0"
2189 +
2190 + [[patch.unused]]
2191 + name = "quasi-store"
2176 2192 version = "0.1.0"
2177 2193
2178 2194 [[patch.unused]]
2179 - name = "ops-status"
2180 - version = "0.1.0"
2195 + name = "quasi-tauri"
2196 + version = "0.4.0"
2181 2197
2182 2198 [[patch.unused]]
2183 - name = "painhours"
2184 - version = "0.1.0"
2185 -
2186 - [[patch.unused]]
2187 - name = "tagtree"
2199 + name = "quasi-webview"
2188 2200 version = "0.4.0"
2189 2201
2190 2202 [[patch.unused]]
@@ -2200,29 +2212,17 @@
2200 2212 version = "0.7.0"
2201 2213
2202 2214 [[patch.unused]]
2203 - name = "quasi-axum"
2204 - version = "0.3.0"
2205 -
2206 - [[patch.unused]]
2207 - name = "quasi-http"
2208 - version = "0.3.0"
2209 -
2210 - [[patch.unused]]
2211 - name = "quasi-immediate"
2212 - version = "0.3.0"
2213 -
2214 - [[patch.unused]]
2215 - name = "quasi-router"
2216 - version = "0.3.0"
2217 -
2218 - [[patch.unused]]
2219 - name = "quasi-store"
2215 + name = "kberg"
2220 2216 version = "0.1.0"
2221 2217
2222 2218 [[patch.unused]]
2223 - name = "quasi-tauri"
2224 - version = "0.3.0"
2219 + name = "ops-status"
2220 + version = "0.1.0"
2225 2221
2226 2222 [[patch.unused]]
2227 - name = "quasi-webview"
2228 - version = "0.3.0"
2223 + name = "painhours"
2224 + version = "0.1.0"
2225 +
2226 + [[patch.unused]]
2227 + name = "tagtree"
2228 + version = "0.4.0"
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "alloy"
3 - version = "0.0.0"
3 + version = "0.1.0"
4 4 description = "The Alloy Console: a ratatui control surface fronting the system CLIs."
5 5 edition.workspace = true
6 6 rust-version.workspace = true
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "skelgen"
3 - version = "0.0.0"
3 + version = "0.1.0"
4 4 description = "Renders Alloy's desktop skeleton from a makeover theme. Build-time only; not shipped in the image."
5 5 edition.workspace = true
6 6 rust-version.workspace = true