From 211d090a60e0c61e70a49d5f05218bb6b9f457a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 22:54:20 +0000 Subject: [PATCH] Release version 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e08429f..88cd48b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "struson" -version = "0.2.0" +version = "0.3.0" authors = ["Marcono1234"] edition = "2021" description = "A low-level streaming JSON reader and writer"