Skip to content

Commit

Permalink
Add compatibility section to readme
Browse files Browse the repository at this point in the history
To bump MSRV is considered a breaking change.
  • Loading branch information
taiki-e committed Nov 5, 2019
1 parent c76f145 commit d953f49
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -96,6 +96,10 @@ Next, add this to your crate:
extern crate crossbeam;
```

## Compatibility

The minimum supported Rust version is 1.28. Any change to this is considered a breaking change.

## Contributing

Crossbeam welcomes contribution from everyone in the form of suggestions, bug reports,
Expand Down
4 changes: 4 additions & 0 deletions crossbeam-channel/README.md
Expand Up @@ -51,6 +51,10 @@ Next, add this to your crate:
extern crate crossbeam_channel;
```

## Compatibility

The minimum supported Rust version is 1.28. Any change to this is considered a breaking change.

## License

Licensed under either of
Expand Down
4 changes: 4 additions & 0 deletions crossbeam-deque/README.md
Expand Up @@ -30,6 +30,10 @@ Next, add this to your crate:
extern crate crossbeam_deque;
```

## Compatibility

The minimum supported Rust version is 1.28. Any change to this is considered a breaking change.

## License

Licensed under either of
Expand Down
4 changes: 4 additions & 0 deletions crossbeam-epoch/README.md
Expand Up @@ -37,6 +37,10 @@ Next, add this to your crate:
extern crate crossbeam_epoch as epoch;
```

## Compatibility

The minimum supported Rust version is 1.28. Any change to this is considered a breaking change.

## License

Licensed under either of
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-queue/README.md
Expand Up @@ -37,7 +37,7 @@ extern crate crossbeam_queue;

## Compatibility

The minimum supported Rust version is 1.28.
The minimum supported Rust version is 1.28. Any change to this is considered a breaking change.

## License

Expand Down
4 changes: 4 additions & 0 deletions crossbeam-skiplist/README.md
Expand Up @@ -33,6 +33,10 @@ extern crate crossbeam_skiplist;
```
-->

## Compatibility

The minimum supported Rust version is 1.28. Any change to this is considered a breaking change.

## License

Licensed under either of
Expand Down
4 changes: 4 additions & 0 deletions crossbeam-utils/README.md
Expand Up @@ -57,6 +57,10 @@ Next, add this to your crate:
extern crate crossbeam_utils;
```

## Compatibility

The minimum supported Rust version is 1.28. Any change to this is considered a breaking change.

## License

Licensed under either of
Expand Down

0 comments on commit d953f49

Please sign in to comment.