From 446cf0cf9bd4f6824aaf45c0dc8c63242fa724c3 Mon Sep 17 00:00:00 2001 From: Jared Lunde Date: Thu, 4 Jun 2026 18:08:51 -0700 Subject: [PATCH] Release v0.1.3 Patch release: macOS/BSD portability (#1) plus the macOS EINVAL flake fix on the supervisor's SO_RCVTIMEO arm against a closed peer (#2). Co-Authored-By: Claude Opus 4.8 (1M context) --- Cargo.lock | 2 +- crates/handoff/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40307f1..be68a13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,7 +84,7 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "beyond-handoff" -version = "0.1.2" +version = "0.1.3" dependencies = [ "libc", "nix", diff --git a/crates/handoff/Cargo.toml b/crates/handoff/Cargo.toml index 1e46032..91d5541 100644 --- a/crates/handoff/Cargo.toml +++ b/crates/handoff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beyond-handoff" -version = "0.1.2" +version = "0.1.3" edition.workspace = true license.workspace = true rust-version.workspace = true