Skip to content

Commit

Permalink
raise minimum Rust version to 1.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann150 committed Aug 22, 2021
1 parent 809638a commit d8486b5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
rust: ["1.40.0", "stable", "beta", "nightly"]
rust: ["1.46.0", "stable", "beta", "nightly"]
name: Check (${{ matrix.rust }})
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions codespan-lsp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

The minimum supported rustc version is now `1.46.0` (was `1.40.0`).
This is because some dependencies now require this Rust version.

### Changed

- The `lsp-types` dependency was updated to use a version range: `>=0.84, <0.90`,
Expand Down
3 changes: 3 additions & 0 deletions codespan-reporting/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

The minimum supported rustc version is now `1.46.0` (was `1.40.0`).
This is because some testing dependencies now require this Rust version.

### Added

- Add the option to display a configurable amount of lines in front of and after any label.
Expand Down
3 changes: 2 additions & 1 deletion codespan/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.1] - 2021-01-18
The minimum supported rustc version is now `1.46.0` (was `1.40.0`).
This is because dependencies of `codespan-lsp` now require this Rust version.

### Fixed

Expand Down

0 comments on commit d8486b5

Please sign in to comment.