From e6b6ea839e9b62f0242bdcfcd474b78be707b9f0 Mon Sep 17 00:00:00 2001 From: eitsupi <50911393+eitsupi@users.noreply.github.com> Date: Sat, 2 Dec 2023 05:29:46 +0900 Subject: [PATCH] chore: bump prql-compiler's MSRV to 1.70.0 (#3876) --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- prqlc/prql-compiler/Cargo.toml | 2 +- prqlc/prqlc/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f332b93a12e6..8d5ac1e337ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ **Internal changes**: +- Bump `prql-compiler`'s MSRV to 1.70.0 (@eitsupi, #3876) + **New Contributors**: ## 0.10.1 — 2023-11-14 diff --git a/Cargo.toml b/Cargo.toml index 961cf840f482..c1e6f0f030ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ authors = ["PRQL Developers"] edition = "2021" license = "Apache-2.0" repository = "https://github.com/PRQL/prql" -rust-version = "1.65.0" +rust-version = "1.70.0" version = "0.10.2" [profile.release] diff --git a/prqlc/prql-compiler/Cargo.toml b/prqlc/prql-compiler/Cargo.toml index bf00b552115b..248933fbec09 100644 --- a/prqlc/prql-compiler/Cargo.toml +++ b/prqlc/prql-compiler/Cargo.toml @@ -8,7 +8,7 @@ repository.workspace = true rust-version.workspace = true version.workspace = true -metadata.msrv = "1.65.0" +metadata.msrv = "1.70.0" [features] default = [] diff --git a/prqlc/prqlc/Cargo.toml b/prqlc/prqlc/Cargo.toml index 6363646a05cb..09713cb56ddd 100644 --- a/prqlc/prqlc/Cargo.toml +++ b/prqlc/prqlc/Cargo.toml @@ -5,7 +5,7 @@ name = "prqlc" edition.workspace = true license.workspace = true repository.workspace = true -rust-version = "1.70.0" +rust-version.workspace = true version.workspace = true [[bin]]