From a7c628fedd31420d20bcd30d0930c2e901723c99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:52:53 +0000 Subject: [PATCH] Release version 0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbde314..dd7b073 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,7 +609,7 @@ dependencies = [ [[package]] name = "struson" -version = "0.4.0" +version = "0.4.1" dependencies = [ "assert_no_alloc", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 17a786b..2538d4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "struson" -version = "0.4.0" +version = "0.4.1" authors = ["Marcono1234"] edition = "2021" description = "A low-level streaming JSON reader and writer"