From 322cf34816a62f1519d005cc44d623741740324e Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Sun, 24 Jan 2021 19:16:36 +0000 Subject: [PATCH] Bump version to 1.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f75317..a23f3fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thread_local" -version = "1.1.1" +version = "1.1.2" authors = ["Amanieu d'Antras "] description = "Per-object thread-local storage" documentation = "https://docs.rs/thread_local/"