Skip to content

Commit 28ad2b7

Browse files
author
Stjepan Glavina
committed
Update versions in readmes
1 parent c98fea1 commit 28ad2b7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crossbeam-channel/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Add this to your `Cargo.toml`:
4141

4242
```toml
4343
[dependencies]
44-
crossbeam-channel = "0.3"
44+
crossbeam-channel = "0.4"
4545
```
4646

4747
Next, add this to your crate:

crossbeam-epoch/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add this to your `Cargo.toml`:
2828

2929
```toml
3030
[dependencies]
31-
crossbeam-epoch = "0.7"
31+
crossbeam-epoch = "0.8"
3232
```
3333

3434
Next, add this to your crate:

crossbeam-queue/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add this to your `Cargo.toml`:
2626

2727
```toml
2828
[dependencies]
29-
crossbeam-queue = "0.1"
29+
crossbeam-queue = "0.2"
3030
```
3131

3232
Next, add this to your crate:

crossbeam-utils/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Add this to your `Cargo.toml`:
4848

4949
```toml
5050
[dependencies]
51-
crossbeam-utils = "0.6"
51+
crossbeam-utils = "0.7"
5252
```
5353

5454
Next, add this to your crate:

0 commit comments

Comments
 (0)