Skip to content

Commit

Permalink
Merge pull request #59 from atouchet/trv
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Jul 17, 2023
2 parents ca16525 + 217d06d commit faa4409
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ rust-version = "1.59"
# this feature provides performance improvements using nightly features
nightly = []

[badges]
travis-ci = { repository = "Amanieu/thread_local-rs" }

[dependencies]
once_cell = "1.5.2"
# this is required to gate `nightly` related code paths
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
thread_local
============

[![Build Status](https://travis-ci.org/Amanieu/thread_local-rs.svg?branch=master)](https://travis-ci.org/Amanieu/thread_local-rs) [![Crates.io](https://img.shields.io/crates/v/thread_local.svg)](https://crates.io/crates/thread_local)
[![Build Status](https://github.com/Amanieu/thread_local-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/Amanieu/thread_local-rs/actions) [![crates.io](https://img.shields.io/crates/v/thread_local.svg)](https://crates.io/crates/thread_local)

This library provides the `ThreadLocal` type which allow a separate copy of an
object to be used for each thread. This allows for per-object thread-local
Expand Down

0 comments on commit faa4409

Please sign in to comment.