From c00e6c2a4ac91a6d5cc73b02335c8fb5b03c7b89 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 5 Jan 2025 08:15:37 -0500 Subject: [PATCH] 1.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55b24d5..a3344b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tabwriter" -version = "1.4.0" #:version +version = "1.4.1" #:version authors = ["Andrew Gallant "] description = "Elastic tabstops." documentation = "https://docs.rs/tabwriter"