From 6f3fa15012d300a886add4bacbd8ad2267abee28 Mon Sep 17 00:00:00 2001 From: Haibo Huang Date: Tue, 11 Aug 2020 23:25:13 -0700 Subject: Upgrade rust/crates/lazycell to 1.3.0 * Keep Android local change in src/lib.rs. // ANDROID: Unconditionally use std to allow building as a dylib. extern crate std; Change-Id: Iffb11ce26acde2ae512502957ac87b3e430fe673 Test: make --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4e1dd99..555fe39 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ + cargo-downloads-badge api-docs-badge crates-io license-badge @@ -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`: -- cgit v1.2.3