From 51abdad804bb8ae7f1348733d9afd34bbb9cde72 Mon Sep 17 00:00:00 2001 From: "Heinz N. Gies" Date: Sun, 17 Nov 2024 10:21:22 -0500 Subject: [PATCH] chore: Release simd-json version 0.14.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f25d24a1..2a7ebb81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simd-json" -version = "0.14.2" +version = "0.14.3" authors = ["Heinz N. Gies ", "Sunny Gleason"] edition = "2021" exclude = ["data/*", "fuzz/*"]