Skip to content

Commit d8486b5

Browse files
committed
raise minimum Rust version to 1.46.0
1 parent 809638a commit d8486b5

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
strategy:
1616
matrix:
17-
rust: ["1.40.0", "stable", "beta", "nightly"]
17+
rust: ["1.46.0", "stable", "beta", "nightly"]
1818
name: Check (${{ matrix.rust }})
1919
steps:
2020
- uses: actions/checkout@v2

codespan-lsp/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
The minimum supported rustc version is now `1.46.0` (was `1.40.0`).
11+
This is because some dependencies now require this Rust version.
12+
1013
### Changed
1114

1215
- The `lsp-types` dependency was updated to use a version range: `>=0.84, <0.90`,

codespan-reporting/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
The minimum supported rustc version is now `1.46.0` (was `1.40.0`).
11+
This is because some testing dependencies now require this Rust version.
12+
1013
### Added
1114

1215
- Add the option to display a configurable amount of lines in front of and after any label.

codespan/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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

1213
### Fixed
1314

0 commit comments

Comments
 (0)