From a7c3a43069ea019ca1b6538364f188b40d14393c Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Thu, 15 May 2025 08:24:33 -0400 Subject: [PATCH] Bump tree-house-bindings to v0.1.1 to fix IllumOS build See . --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a52e24df..12ba48875 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2817,9 +2817,9 @@ dependencies = [ [[package]] name = "tree-house-bindings" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2f6894df414648c56f1f5b129830447140ff1017867773694ba882d093aa140" +checksum = "0bec701469c18312edc48d0a29e29987d0359c8b1fff1e1f718da5815b9f5b0e" dependencies = [ "cc", "libloading",