From d350189cbdcd996a90baf43ef612cb49754ab84b Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Wed, 8 Feb 2023 17:49:35 +0000 Subject: [PATCH] Bump version to 1.1.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00cb91e..8b8b5d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thread_local" -version = "1.1.4" +version = "1.1.5" authors = ["Amanieu d'Antras "] description = "Per-object thread-local storage" documentation = "https://docs.rs/thread_local/"