Skip to main content

max / makenotwork

Release pom v0.4.2 First release under the Sando/Bento boundary: Bento builds both arches and hands the artifacts to sandod, which gates and promotes them.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-09 17:46 UTC
Signed with PGP, not checked
Commit: d2606125d302878686726b3fd2cb63c4efd9e58b
Parent: 6021060
2 files changed, +26 insertions, -10 deletions
M pom/Cargo.lock +25 -9
@@ -1651,7 +1651,7 @@
1651 1651
1652 1652 [[package]]
1653 1653 name = "pom"
1654 - version = "0.4.1"
1654 + version = "0.4.2"
1655 1655 dependencies = [
1656 1656 "axum",
1657 1657 "chrono",
@@ -3601,14 +3601,6 @@
3601 3601 source = "registry+https://github.com/rust-lang/crates.io-index"
3602 3602 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
3603 3603
3604 - [[patch.unused]]
3605 - name = "synckit-client"
3606 - version = "0.7.0"
3607 -
3608 - [[patch.unused]]
3609 - name = "synckit-config"
3610 - version = "0.1.2"
3611 -
3612 3604 [[patch.unused]]
3613 3605 name = "docengine"
3614 3606 version = "0.4.0"
@@ -3624,3 +3616,27 @@
3624 3616 [[patch.unused]]
3625 3617 name = "tagtree"
3626 3618 version = "0.4.0"
3619 +
3620 + [[patch.unused]]
3621 + name = "synckit-client"
3622 + version = "0.8.0"
3623 +
3624 + [[patch.unused]]
3625 + name = "synckit-config"
3626 + version = "0.2.0"
3627 +
3628 + [[patch.unused]]
3629 + name = "quasi-http"
3630 + version = "0.1.0"
3631 +
3632 + [[patch.unused]]
3633 + name = "quasi-router"
3634 + version = "0.1.0"
3635 +
3636 + [[patch.unused]]
3637 + name = "quasi-tauri"
3638 + version = "0.1.0"
3639 +
3640 + [[patch.unused]]
3641 + name = "quasi-webview"
3642 + version = "0.1.0"
M pom/Cargo.toml +1 -1
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "pom"
3 - version = "0.4.1"
3 + version = "0.4.2"
4 4 edition = "2024"
5 5 license = "LicenseRef-PolyForm-Noncommercial-1.0.0"
6 6