From c0efa84584cf0fca3f6a8588326c84cdf5451824 Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Sun, 8 May 2022 20:18:05 -0400 Subject: [PATCH] Release 0.5.2 with 32-bit X86 fixes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59a7d0d..aa5ba2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jetscii" -version = "0.5.1" +version = "0.5.2" authors = ["Jake Goulding "] description = "A tiny library to efficiently search strings and byte slices for sets of ASCII characters or bytes."