diff --git a/crossbeam-channel/README.md b/crossbeam-channel/README.md index 3fd86953a..be2e0b8f3 100644 --- a/crossbeam-channel/README.md +++ b/crossbeam-channel/README.md @@ -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: diff --git a/crossbeam-epoch/README.md b/crossbeam-epoch/README.md index 0c03f9819..79b4c773e 100644 --- a/crossbeam-epoch/README.md +++ b/crossbeam-epoch/README.md @@ -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: diff --git a/crossbeam-queue/README.md b/crossbeam-queue/README.md index fc2ca57bc..646f9cfaa 100644 --- a/crossbeam-queue/README.md +++ b/crossbeam-queue/README.md @@ -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: diff --git a/crossbeam-utils/README.md b/crossbeam-utils/README.md index 24e070782..ffb1ab424 100644 --- a/crossbeam-utils/README.md +++ b/crossbeam-utils/README.md @@ -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: