Skip to content

Commit d953f49

Browse files
committed
Add compatibility section to readme
To bump MSRV is considered a breaking change.
1 parent c76f145 commit d953f49

File tree

7 files changed

+25
-1
lines changed

7 files changed

+25
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ Next, add this to your crate:
9696
extern 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

101105
Crossbeam welcomes contribution from everyone in the form of suggestions, bug reports,

crossbeam-channel/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ Next, add this to your crate:
5151
extern 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

5660
Licensed under either of

crossbeam-deque/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Next, add this to your crate:
3030
extern 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

3539
Licensed under either of

crossbeam-epoch/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ Next, add this to your crate:
3737
extern 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

4246
Licensed under either of

crossbeam-queue/README.md

+1-1
Original file line numberDiff line numberDiff 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

crossbeam-skiplist/README.md

+4
Original file line numberDiff line numberDiff 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

3842
Licensed under either of

crossbeam-utils/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ Next, add this to your crate:
5757
extern 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

6266
Licensed under either of

0 commit comments

Comments
 (0)