aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-04-01 15:34:31 -0700
committerThiƩbaud Weksteen <tweek@google.com>2021-04-08 14:22:09 +0200
commit0d440921fc648733eb6ffdde038abd2d3e05cbc5 (patch)
treeb2f6376d7ac86207929c4a9b338b4313e06a8585 /README.md
parent9e50878d08089ac2ec54623746d373e62bff218e (diff)
downloadcrossbeam-epoch-0d440921fc648733eb6ffdde038abd2d3e05cbc5.tar.gz
Upgrade rust/crates/crossbeam-epoch to 0.9.3android-s-beta-2android-s-beta-1
Test: make Change-Id: I56acd58f2c16a1751db6135f1f13f728ab525f0c
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7e3d3a9..c8ebd87 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Build Status](https://github.com/crossbeam-rs/crossbeam/workflows/CI/badge.svg)](
https://github.com/crossbeam-rs/crossbeam/actions)
-[![License](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue.svg)](
+[![License](https://img.shields.io/badge/license-MIT_OR_Apache--2.0-blue.svg)](
https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch#license)
[![Cargo](https://img.shields.io/crates/v/crossbeam-epoch.svg)](
https://crates.io/crates/crossbeam-epoch)
@@ -20,7 +20,7 @@ immediately. Epoch-based GC is an efficient mechanism for deferring destruction
shared objects until no pointers to them can exist.
Everything in this crate except the global GC can be used in `no_std` environments, provided that
-features `alloc` and `nightly` are enabled.
+`alloc` feature is enabled.
## Usage