Skip to main content

max / makenotwork

Version egui-updater at 0.1.0 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: 6e76b756502f7969c673a8c2be5e539ca6b35647
Parent: 9a5af7a
2 files changed, +58 insertions, -2 deletions
@@ -4,4 +4,60 @@
4 4
5 5 [[package]]
6 6 name = "egui-updater"
7 - version = "0.0.0"
7 + version = "0.1.0"
8 +
9 + [[patch.unused]]
10 + name = "synckit-client"
11 + version = "0.8.0"
12 +
13 + [[patch.unused]]
14 + name = "synckit-config"
15 + version = "0.2.0"
16 +
17 + [[patch.unused]]
18 + name = "docengine"
19 + version = "0.7.0"
20 +
21 + [[patch.unused]]
22 + name = "quasi-axum"
23 + version = "0.4.0"
24 +
25 + [[patch.unused]]
26 + name = "quasi-http"
27 + version = "0.4.0"
28 +
29 + [[patch.unused]]
30 + name = "quasi-immediate"
31 + version = "0.4.0"
32 +
33 + [[patch.unused]]
34 + name = "quasi-router"
35 + version = "0.4.0"
36 +
37 + [[patch.unused]]
38 + name = "quasi-store"
39 + version = "0.1.0"
40 +
41 + [[patch.unused]]
42 + name = "quasi-tauri"
43 + version = "0.4.0"
44 +
45 + [[patch.unused]]
46 + name = "quasi-webview"
47 + version = "0.4.0"
48 +
49 + [[patch.unused]]
50 + name = "kberg"
51 + version = "0.1.0"
52 +
53 + [[patch.unused]]
54 + name = "ops-status"
55 + version = "0.1.0"
56 +
57 + [[patch.unused]]
58 + name = "painhours"
59 + version = "0.1.0"
60 +
61 + [[patch.unused]]
62 + name = "tagtree"
63 + version = "0.4.0"
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "egui-updater"
3 - version = "0.0.0"
3 + version = "0.1.0"
4 4 edition = "2024"
5 5 license = "MIT"
6 6 description = "OTA self-update for egui/eframe desktop apps: poll a manifest, verify a minisign signature, download and apply. (Placeholder — implementation in progress.)"