From 1aef08b2a7790a9d7a10f935cd27c5347449bd44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 12:41:20 +0000 Subject: [PATCH] Release version 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 752f0cc..2025241 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,7 +609,7 @@ dependencies = [ [[package]] name = "struson" -version = "0.4.1" +version = "0.5.0" dependencies = [ "assert_no_alloc", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 50df931..3b1120a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "struson" -version = "0.4.1" +version = "0.5.0" authors = ["Marcono1234"] edition = "2021" description = "A low-level streaming JSON reader and writer"