From 861247f509acba3f0ae681d8b37523c41b7a31be Mon Sep 17 00:00:00 2001 From: hosted-fornet Date: Tue, 2 Dec 2025 16:01:50 -0800 Subject: [PATCH] bump version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2bde1f4..0360b0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1617,7 +1617,7 @@ dependencies = [ [[package]] name = "hyperware_process_lib" -version = "2.2.1" +version = "2.3.0" dependencies = [ "alloy", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index b8e183c..84ee5c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyperware_process_lib" authors = ["Sybil Technologies AG"] -version = "2.2.1" +version = "2.3.0" edition = "2021" description = "A library for writing Hyperware processes in Rust." homepage = "https://hyperware.ai"