File tree Expand file tree Collapse file tree 7 files changed +25
-1
lines changed
Expand file tree Collapse file tree 7 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,10 @@ Next, add this to your crate:
9696extern crate crossbeam;
9797```
9898
99+ ## Compatibility
100+
101+ The minimum supported Rust version is 1.28. Any change to this is considered a breaking change.
102+
99103## Contributing
100104
101105Crossbeam welcomes contribution from everyone in the form of suggestions, bug reports,
Original file line number Diff line number Diff line change @@ -51,6 +51,10 @@ Next, add this to your crate:
5151extern crate crossbeam_channel;
5252```
5353
54+ ## Compatibility
55+
56+ The minimum supported Rust version is 1.28. Any change to this is considered a breaking change.
57+
5458## License
5559
5660Licensed under either of
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ Next, add this to your crate:
3030extern crate crossbeam_deque;
3131```
3232
33+ ## Compatibility
34+
35+ The minimum supported Rust version is 1.28. Any change to this is considered a breaking change.
36+
3337## License
3438
3539Licensed under either of
Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ Next, add this to your crate:
3737extern crate crossbeam_epoch as epoch;
3838```
3939
40+ ## Compatibility
41+
42+ The minimum supported Rust version is 1.28. Any change to this is considered a breaking change.
43+
4044## License
4145
4246Licensed under either of
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ extern crate crossbeam_queue;
3737
3838## Compatibility
3939
40- The minimum supported Rust version is 1.28.
40+ The minimum supported Rust version is 1.28. Any change to this is considered a breaking change.
4141
4242## License
4343
Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ extern crate crossbeam_skiplist;
3333```
3434-->
3535
36+ ## Compatibility
37+
38+ The minimum supported Rust version is 1.28. Any change to this is considered a breaking change.
39+
3640## License
3741
3842Licensed under either of
Original file line number Diff line number Diff line change @@ -57,6 +57,10 @@ Next, add this to your crate:
5757extern crate crossbeam_utils;
5858```
5959
60+ ## Compatibility
61+
62+ The minimum supported Rust version is 1.28. Any change to this is considered a breaking change.
63+
6064## License
6165
6266Licensed under either of
You can’t perform that action at this time.
0 commit comments