Skip to content

Commit

Permalink
Update edition from 2018 to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
attila-lin authored and ebkalderon committed Feb 9, 2023
1 parent 4bac1c4 commit 5e8c715
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

* Update `edition` from `2018` to `2021` (PR #TODO).

## [0.18.0] - 2023-01-14

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tower-lsp"
version = "0.18.0"
authors = ["Eyal Kalderon <ebkalderon@gmail.com>"]
edition = "2018"
edition = "2021"
description = "Language Server Protocol implementation based on Tower"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/ebkalderon/tower-lsp"
Expand Down
2 changes: 1 addition & 1 deletion tower-lsp-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "tower-lsp-macros"
version = "0.7.0"
authors = ["Eyal Kalderon <ebkalderon@gmail.com>"]
description = "Internal procedural macros for tower-lsp"
edition = "2018"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/ebkalderon/tower-lsp"
repository = "https://github.com/ebkalderon/tower-lsp"
Expand Down

0 comments on commit 5e8c715

Please sign in to comment.