From 7ef899314f849c77ee64f877ac09afce592ad5a2 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Tue, 20 Feb 2024 21:12:58 +0000 Subject: [PATCH] Bump version to 1.1.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8df4fde..d63ea87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thread_local" -version = "1.1.7" +version = "1.1.8" authors = ["Amanieu d'Antras "] description = "Per-object thread-local storage" documentation = "https://docs.rs/thread_local/"