Skip to content

Commit

Permalink
Update versions in readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjepan Glavina committed Nov 6, 2019
1 parent c98fea1 commit 28ad2b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crossbeam-channel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Add this to your `Cargo.toml`:

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

Next, add this to your crate:
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-epoch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add this to your `Cargo.toml`:

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

Next, add this to your crate:
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-queue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add this to your `Cargo.toml`:

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

Next, add this to your crate:
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Add this to your `Cargo.toml`:

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

Next, add this to your crate:
Expand Down

0 comments on commit 28ad2b7

Please sign in to comment.