From f8e75e49144befad085b79451a698f159935cdec Mon Sep 17 00:00:00 2001 From: liuq19 Date: Thu, 19 Oct 2023 13:32:11 +0800 Subject: [PATCH] bump 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad057ee..f990c17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -756,7 +756,7 @@ checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" [[package]] name = "sonic-rs" -version = "0.1.1" +version = "0.1.2" dependencies = [ "arrayref", "bumpalo", diff --git a/Cargo.toml b/Cargo.toml index 614b6e4..465eadb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sonic-rs" -version = "0.1.1" +version = "0.1.2" authors = ["Volo Team "] edition = "2021" description = "Sonic-rs is a fast Rust JSON library based on SIMD"