From a3f205f53b39b5da32d7578ecc19ce99a52e6565 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:54:12 +0800 Subject: [PATCH] chore: release v0.5.3 (#34) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa2539d..1588be6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "general-sam" -version = "0.5.2" +version = "0.5.3" edition = "2021" license = "MIT OR Apache-2.0" description = "A general suffix automaton implementation in Rust"