Skip to content

Commit

Permalink
Merge #582
Browse files Browse the repository at this point in the history
582: Update version numbers in readme r=taiki-e a=taiki-e

I missed this in #581.

Co-authored-by: Taiki Endo <te316e89@gmail.com>
  • Loading branch information
bors[bot] and taiki-e committed Oct 12, 2020
2 parents d9dfc9e + 5aab59f commit 5350103
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -87,7 +87,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
crossbeam = "0.7"
crossbeam = "0.8"
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-channel/README.md
Expand Up @@ -41,7 +41,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
crossbeam-channel = "0.4"
crossbeam-channel = "0.5"
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-deque/README.md
Expand Up @@ -21,7 +21,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
crossbeam-deque = "0.7"
crossbeam-deque = "0.8"
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-epoch/README.md
Expand Up @@ -28,7 +28,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
crossbeam-epoch = "0.8"
crossbeam-epoch = "0.9"
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-queue/README.md
Expand Up @@ -26,7 +26,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
crossbeam-queue = "0.2"
crossbeam-queue = "0.3"
```

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-utils/README.md
Expand Up @@ -48,7 +48,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
crossbeam-utils = "0.7"
crossbeam-utils = "0.8"
```

## Compatibility
Expand Down

0 comments on commit 5350103

Please sign in to comment.