From c72442efcd4475c97a5856c419fc34d7a9a552d8 Mon Sep 17 00:00:00 2001 From: liu Date: Tue, 10 Sep 2024 14:34:52 +0800 Subject: [PATCH] bump 0.3.13 (#111) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de3007a..37b3b44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sonic-rs" -version = "0.3.12" +version = "0.3.13" authors = ["Volo Team "] edition = "2021" description = "Sonic-rs is a fast Rust JSON library based on SIMD"