From b7a1ccfea357117aae1b9f0308ac580748ecd9b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 08:08:16 +0000 Subject: [PATCH] chore: release v1.0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 26be59f..3c7e008 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "general-sam" -version = "1.0.2" +version = "1.0.3" edition = "2024" license = "MIT OR Apache-2.0" description = "A general suffix automaton implementation in Rust"