aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-08-18 02:27:43 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-18 02:27:43 +0000
commit0749eadc303c17c0ac10c7f11045c0c237aad8de (patch)
tree3c6efb31bc3e28bdbfe31f8a2bebecc953aed3a5 /README.md
parentf455cea486580bf795396e1e9f53a597b427ba29 (diff)
parentfefb12f130d0440f4792279649e81de1f2c3292e (diff)
downloadlazycell-0749eadc303c17c0ac10c7f11045c0c237aad8de.tar.gz
Upgrade rust/crates/lazycell to 1.3.0 am: 6f3fa15012 am: f994c4f69a am: 87cbe746e6 am: 2eac178f10 am: fefb12f130
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/lazycell/+/1397967 Change-Id: Ia0d2f59162150fe62cf0b9f4c731f4b498169b14
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4e1dd99..555fe39 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@
</tr>
<tr>
<td colspan="2">
+ <a href="https://crates.io/crates/lazycell" title="Crates.io downloads"><img src="https://img.shields.io/crates/d/lazycell.svg" alt="cargo-downloads-badge"></img></a>
<a href="https://indiv0.github.io/lazycell/lazycell" title="API Docs"><img src="https://img.shields.io/badge/API-docs-blue.svg" alt="api-docs-badge"></img></a>
<a href="https://crates.io/crates/lazycell" title="Crates.io"><img src="https://img.shields.io/crates/v/lazycell.svg" alt="crates-io"></img></a>
<a href="#license" title="License: MIT/Apache-2.0"><img src="https://img.shields.io/crates/l/lazycell.svg" alt="license-badge"></img></a>
@@ -30,7 +31,7 @@ Add the following to your `Cargo.toml`:
```toml
[dependencies]
-lazycell = "1.2"
+lazycell = "1.3"
```
And in your `lib.rs` or `main.rs`: