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"