From c2e74ce54f32d5d57395fa24252096b1d8a2b8bb Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Tue, 14 Apr 2026 20:25:46 -0400 Subject: [PATCH] Update courier to 0.2.1 Picks up the new `on_timer_failure` callback on `HTTPClientLifecycleEventReceiver`. Default no-op keeps existing behavior; github_rest_api doesn't use `set_timer`, so no code changes are required. --- corral.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corral.json b/corral.json index a6fa18f..ce184af 100644 --- a/corral.json +++ b/corral.json @@ -10,7 +10,7 @@ }, { "locator": "github.com/ponylang/courier.git", - "version": "0.2.0" + "version": "0.2.1" }, { "locator": "github.com/ponylang/uri.git",