Skip to main content

max / makenotwork

pom 0.4.5: three commits of source since 0.4.4 shipped Found by /deepdeploy. Every tier reads 0.4.4 and the source moved three times after the build that produced it: the host declaration check (4b34092e), the quasi bump (99e7a470), and the documentation pass (19009e56). Version equality is not the staleness check, and pom is the alarm everything else is watched by, so it goes first.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session
https://claude.ai/code/session_01MptwXZ8k65v19rFmdGAyki
Author: Max Johnson <me@maxj.phd> · 2026-09-02 16:13 UTC
Signed with PGP, not checked
Commit: 21ea88e249ba9652ec1fe1f106779cc5987087ad
Parent: 296c3a6
2 files changed, +15 insertions, -15 deletions
M pom/Cargo.lock +14 -14
@@ -1651,7 +1651,7 @@
1651 1651
1652 1652 [[package]]
1653 1653 name = "pom"
1654 - version = "0.4.4"
1654 + version = "0.4.5"
1655 1655 dependencies = [
1656 1656 "axum",
1657 1657 "chrono",
@@ -3603,27 +3603,27 @@
3603 3603
3604 3604 [[patch.unused]]
3605 3605 name = "quasi-axum"
3606 - version = "0.64.0"
3606 + version = "0.99.0"
3607 3607
3608 3608 [[patch.unused]]
3609 3609 name = "quasi-basics"
3610 - version = "0.64.0"
3610 + version = "0.99.0"
3611 3611
3612 3612 [[patch.unused]]
3613 3613 name = "quasi-http"
3614 - version = "0.64.0"
3614 + version = "0.99.0"
3615 3615
3616 3616 [[patch.unused]]
3617 3617 name = "quasi-immediate"
3618 - version = "0.64.0"
3618 + version = "0.99.0"
3619 3619
3620 3620 [[patch.unused]]
3621 3621 name = "quasi-notifs"
3622 - version = "0.64.0"
3622 + version = "0.99.0"
3623 3623
3624 3624 [[patch.unused]]
3625 3625 name = "quasi-router"
3626 - version = "0.64.0"
3626 + version = "0.99.0"
3627 3627
3628 3628 [[patch.unused]]
3629 3629 name = "quasi-store"
@@ -3631,19 +3631,19 @@
3631 3631
3632 3632 [[patch.unused]]
3633 3633 name = "quasi-tauri"
3634 - version = "0.64.0"
3634 + version = "0.99.0"
3635 3635
3636 3636 [[patch.unused]]
3637 3637 name = "quasi-webview"
3638 - version = "0.64.0"
3638 + version = "0.99.0"
3639 3639
3640 3640 [[patch.unused]]
3641 - name = "quasi-type"
3642 - version = "0.1.0"
3641 + name = "docengine"
3642 + version = "0.7.0"
3643 3643
3644 3644 [[patch.unused]]
3645 3645 name = "synckit-client"
3646 - version = "0.9.1"
3646 + version = "0.10.0"
3647 3647
3648 3648 [[patch.unused]]
3649 3649 name = "synckit-config"
@@ -3662,5 +3662,5 @@
3662 3662 version = "0.4.1"
3663 3663
3664 3664 [[patch.unused]]
3665 - name = "docengine"
3666 - version = "0.7.0"
3665 + name = "quasi-type"
3666 + version = "0.1.3"
M pom/Cargo.toml +1 -1
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "pom"
3 - version = "0.4.4"
3 + version = "0.4.5"
4 4 edition = "2024"
5 5 license = "LicenseRef-PolyForm-Noncommercial-1.0.0"
6 6