From b594803c05ecbab108a51669310767eec78906ed Mon Sep 17 00:00:00 2001 From: James Date: Sun, 30 Mar 2025 03:37:10 -0300 Subject: [PATCH] chore: prep for v0.3.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ee2cb6..d685f49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ description = "Simple, modern, ergonomic JSON-RPC 2.0 router built with tower an keywords = ["json-rpc", "jsonrpc", "json"] categories = ["web-programming::http-server", "web-programming::websocket"] -version = "0.3.1" +version = "0.3.2" edition = "2021" rust-version = "1.81" authors = ["init4", "James Prestwich"]