Skip to content

Commit

Permalink
Bump version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Dec 9, 2017
1 parent 63328af commit c3fe9ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thread_local"
version = "0.3.4"
version = "0.3.5"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "Per-object thread-local storage"
documentation = "https://amanieu.github.io/thread_local-rs/thread_local/index.html"
Expand All @@ -14,4 +14,4 @@ travis-ci = { repository = "Amanieu/thread_local-rs" }

[dependencies]
unreachable = "1.0"
lazy_static = "1"
lazy_static = "1.0"

0 comments on commit c3fe9ef

Please sign in to comment.