]> git.proxmox.com Git - rustc.git/blobdiff - vendor/crossbeam-epoch/README.md
New upstream version 1.51.0+dfsg1
[rustc.git] / vendor / crossbeam-epoch / README.md
index 79b4c773e196e65ac2527a62e7dc90b64c443829..7e3d3a9ed849df4ee8f2024d80ecf63a81223c23 100644 (file)
@@ -1,14 +1,14 @@
 # Crossbeam Epoch
 
-[![Build Status](https://travis-ci.org/crossbeam-rs/crossbeam.svg?branch=master)](
-https://travis-ci.org/crossbeam-rs/crossbeam)
-[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
-https://github.com/crossbeam-rs/crossbeam-epoch)
+[![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)](
+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)
 [![Documentation](https://docs.rs/crossbeam-epoch/badge.svg)](
 https://docs.rs/crossbeam-epoch)
-[![Rust 1.28+](https://img.shields.io/badge/rust-1.28+-lightgray.svg)](
+[![Rust 1.36+](https://img.shields.io/badge/rust-1.36+-lightgray.svg)](
 https://www.rust-lang.org)
 [![chat](https://img.shields.io/discord/569610676205781012.svg?logo=discord)](https://discord.gg/BBYwKq)
 
@@ -28,18 +28,14 @@ Add this to your `Cargo.toml`:
 
 ```toml
 [dependencies]
-crossbeam-epoch = "0.8"
-```
-
-Next, add this to your crate:
-
-```rust
-extern crate crossbeam_epoch as epoch;
+crossbeam-epoch = "0.9"
 ```
 
 ## Compatibility
 
-The minimum supported Rust version is 1.28. Any change to this is considered a breaking change.
+Crossbeam Epoch supports stable Rust releases going back at least six months,
+and every time the minimum supported Rust version is increased, a new minor
+version is released. Currently, the minimum supported Rust version is 1.36.
 
 ## License