From d6840c63b400af1a2d8ee7df186be48f833aedb1 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Wed, 12 Jun 2024 09:22:00 +0100 Subject: [PATCH] bump version to 0.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa6feaa..7c39a4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ resolver = "2" [workspace.package] authors = ["Samuel Colvin "] -version = "0.4.1" +version = "0.4.2" edition = "2021" license = "MIT" keywords = ["JSON", "parsing", "deserialization", "iter"]