From cf4fb13bb360ff418ecef34f8ee0f06f034b0ec5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 14:49:26 +0000 Subject: [PATCH] Release version 0.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fcddbee..3517766 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "struson" -version = "0.0.0" +version = "0.1.0" authors = ["Marcono1234"] edition = "2021" description = "A low-level streaming JSON reader and writer"