From fd5e7ca3979aa529e20025c022c3f972f94fd487 Mon Sep 17 00:00:00 2001 From: hzlinyiyu Date: Thu, 9 Feb 2023 14:09:11 +0800 Subject: [PATCH 1/2] Update `edition` from `2018` to `2021` --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- tower-lsp-macros/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f7a220..c2910c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 443cab4..486dea8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "tower-lsp" version = "0.18.0" authors = ["Eyal Kalderon "] -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" diff --git a/tower-lsp-macros/Cargo.toml b/tower-lsp-macros/Cargo.toml index 8ea9ca8..a8d1505 100644 --- a/tower-lsp-macros/Cargo.toml +++ b/tower-lsp-macros/Cargo.toml @@ -3,7 +3,7 @@ name = "tower-lsp-macros" version = "0.7.0" authors = ["Eyal Kalderon "] 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" From f51ff0c7633fd4f22c032c5ca56b3198c49c04c5 Mon Sep 17 00:00:00 2001 From: hzlinyiyu Date: Thu, 9 Feb 2023 14:09:50 +0800 Subject: [PATCH 2/2] more --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2910c3..86fe92b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -* Update `edition` from `2018` to `2021` (PR #TODO). +* Update `edition` from `2018` to `2021` (PR #370). ## [0.18.0] - 2023-01-14