File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Add this to your `Cargo.toml`:
41
41
42
42
``` toml
43
43
[dependencies ]
44
- crossbeam-channel = " 0.3 "
44
+ crossbeam-channel = " 0.4 "
45
45
```
46
46
47
47
Next, add this to your crate:
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Add this to your `Cargo.toml`:
28
28
29
29
``` toml
30
30
[dependencies ]
31
- crossbeam-epoch = " 0.7 "
31
+ crossbeam-epoch = " 0.8 "
32
32
```
33
33
34
34
Next, add this to your crate:
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Add this to your `Cargo.toml`:
26
26
27
27
``` toml
28
28
[dependencies ]
29
- crossbeam-queue = " 0.1 "
29
+ crossbeam-queue = " 0.2 "
30
30
```
31
31
32
32
Next, add this to your crate:
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Add this to your `Cargo.toml`:
48
48
49
49
``` toml
50
50
[dependencies ]
51
- crossbeam-utils = " 0.6 "
51
+ crossbeam-utils = " 0.7 "
52
52
```
53
53
54
54
Next, add this to your crate:
You can’t perform that action at this time.
0 commit comments