Skip to content

Commit

Permalink
Update MSRV policy
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 20, 2020
1 parent 2283160 commit 778dc35
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ extern crate crossbeam;

## Compatibility

The minimum supported Rust version is 1.36. Any change to this is considered a breaking change.
Crossbeam supports stable Rust releases going back at least six months,
and every time the minimum supported Rust version is increased, a new minor
version is released. Currently, the minimum supported Rust version is 1.36.

## Contributing

Expand Down
4 changes: 3 additions & 1 deletion crossbeam-channel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ extern crate crossbeam_channel;

## Compatibility

The minimum supported Rust version is 1.36. Any change to this is considered a breaking change.
Crossbeam Channel supports stable Rust releases going back at least six months,
and every time the minimum supported Rust version is increased, a new minor
version is released. Currently, the minimum supported Rust version is 1.36.

## License

Expand Down
4 changes: 3 additions & 1 deletion crossbeam-deque/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ extern crate crossbeam_deque;

## Compatibility

The minimum supported Rust version is 1.36. Any change to this is considered a breaking change.
Crossbeam Deque supports stable Rust releases going back at least six months,
and every time the minimum supported Rust version is increased, a new minor
version is released. Currently, the minimum supported Rust version is 1.36.

## License

Expand Down
4 changes: 3 additions & 1 deletion crossbeam-epoch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ extern crate crossbeam_epoch as epoch;

## Compatibility

The minimum supported Rust version is 1.36. Any change to this is considered a breaking change.
Crossbeam Epoch supports stable Rust releases going back at least six months,
and every time the minimum supported Rust version is increased, a new minor
version is released. Currently, the minimum supported Rust version is 1.36.

## License

Expand Down
4 changes: 3 additions & 1 deletion crossbeam-queue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ extern crate crossbeam_queue;

## Compatibility

The minimum supported Rust version is 1.36. Any change to this is considered a breaking change.
Crossbeam Queue supports stable Rust releases going back at least six months,
and every time the minimum supported Rust version is increased, a new minor
version is released. Currently, the minimum supported Rust version is 1.36.

## License

Expand Down
4 changes: 3 additions & 1 deletion crossbeam-skiplist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ extern crate crossbeam_skiplist;

## Compatibility

The minimum supported Rust version is 1.36. Any change to this is considered a breaking change.
Crossbeam Skiplist supports stable Rust releases going back at least six months,
and every time the minimum supported Rust version is increased, a new minor
version is released. Currently, the minimum supported Rust version is 1.36.

## License

Expand Down
4 changes: 3 additions & 1 deletion crossbeam-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ extern crate crossbeam_utils;

## Compatibility

The minimum supported Rust version is 1.36. Any change to this is considered a breaking change.
Crossbeam Utils supports stable Rust releases going back at least six months,
and every time the minimum supported Rust version is increased, a new minor
version is released. Currently, the minimum supported Rust version is 1.36.

## License

Expand Down

0 comments on commit 778dc35

Please sign in to comment.