From 5c82f3c29166de7e511908ee8c7d812c3c2eb885 Mon Sep 17 00:00:00 2001 From: Paul Herzog Date: Mon, 13 May 2024 13:40:00 -0400 Subject: [PATCH] Updated lib lock file to align with version change --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 2b31de9..09eca70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "antithesis_sdk" -version = "0.1.1" +version = "0.1.2" dependencies = [ "libc", "libloading",