From dc77c225be6b448aca6e8ad8e50affe42998d7aa Mon Sep 17 00:00:00 2001 From: dr-frmr Date: Mon, 17 Jun 2024 14:08:32 -0400 Subject: [PATCH] 0.8.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1071f78..9d575a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1448,7 +1448,7 @@ dependencies = [ [[package]] name = "kinode_process_lib" -version = "0.8.2" +version = "0.8.3" dependencies = [ "alloy", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index 7690820..a14b059 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kinode_process_lib" description = "A library for writing Kinode processes in Rust." -version = "0.8.2" +version = "0.8.3" edition = "2021" license-file = "LICENSE" homepage = "https://kinode.org"