From e1ce5eedb6cbc56d61cc9f12aa2c629e93e25d5f Mon Sep 17 00:00:00 2001 From: "liuqiang.06" Date: Tue, 10 Sep 2024 14:33:26 +0800 Subject: [PATCH] bump 0.3.13 --- 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"