Skip to main content

max / makenotwork

Release sando v0.2.2 Ship the D2/D2.1 deploy-reliability work (build-run observability, fast pre-gate, shared build cache) as a versioned sandod build. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-06-13 22:55 UTC
Commit: 7752f4f77a01222d7cce38ef3d877092f6dce988
Parent: 1bf9218
4 files changed, +8 insertions, -8 deletions
@@ -1637,7 +1637,7 @@ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1637 1637
1638 1638 [[package]]
1639 1639 name = "sando-daemon"
1640 - version = "0.2.1"
1640 + version = "0.2.2"
1641 1641 dependencies = [
1642 1642 "anyhow",
1643 1643 "async-trait",
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "sando-daemon"
3 - version = "0.2.1"
3 + version = "0.2.2"
4 4 edition = "2024"
5 5 license = "MIT"
6 6
@@ -450,7 +450,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
450 450 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
451 451 dependencies = [
452 452 "libc",
453 - "windows-sys 0.61.2",
453 + "windows-sys 0.52.0",
454 454 ]
455 455
456 456 [[package]]
@@ -1237,7 +1237,7 @@ version = "0.50.3"
1237 1237 source = "registry+https://github.com/rust-lang/crates.io-index"
1238 1238 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1239 1239 dependencies = [
1240 - "windows-sys 0.61.2",
1240 + "windows-sys 0.59.0",
1241 1241 ]
1242 1242
1243 1243 [[package]]
@@ -1793,7 +1793,7 @@ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1793 1793
1794 1794 [[package]]
1795 1795 name = "sando-daemon"
1796 - version = "0.2.1"
1796 + version = "0.2.2"
1797 1797 dependencies = [
1798 1798 "anyhow",
1799 1799 "async-trait",
@@ -1815,7 +1815,7 @@ dependencies = [
1815 1815
1816 1816 [[package]]
1817 1817 name = "sando-tui"
1818 - version = "0.2.1"
1818 + version = "0.2.2"
1819 1819 dependencies = [
1820 1820 "anyhow",
1821 1821 "chrono",
@@ -2033,7 +2033,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2033 2033 checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
2034 2034 dependencies = [
2035 2035 "libc",
2036 - "windows-sys 0.61.2",
2036 + "windows-sys 0.60.2",
2037 2037 ]
2038 2038
2039 2039 [[package]]
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "sando-tui"
3 - version = "0.2.1"
3 + version = "0.2.2"
4 4 edition = "2024"
5 5 license = "MIT"
6 6