aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-03-08 20:32:19 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-03-08 20:32:19 +0000
commitec4f2c9361f39bac51834c7f8e5f8e210fe0390b (patch)
tree5ea8d132ab05426361c61684f35300352fd05ad1 /Cargo.toml.orig
parentc3fcb6622116e88cd4e40ccd6092171d8ae8cff6 (diff)
parente132f600533e676d1168d6d661e92e5e3a15ee84 (diff)
downloadthread_local-ec4f2c9361f39bac51834c7f8e5f8e210fe0390b.tar.gz
Merge "Update thread_local to 1.1.4"
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index a56288f..f2e8ff0 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "thread_local"
-version = "1.1.3"
+version = "1.1.4"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "Per-object thread-local storage"
documentation = "https://docs.rs/thread_local/"