From 4e0d0d8d1e86ca81751a32af19f6c5665b66ecc2 Mon Sep 17 00:00:00 2001 From: eitsupi Date: Sun, 17 Sep 2023 04:08:49 +0000 Subject: [PATCH 1/2] chore(prqlc): bump MSRV to 1.70.0 --- crates/prqlc/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/prqlc/Cargo.toml b/crates/prqlc/Cargo.toml index 808ebf55b1b7..40a19df3fad9 100644 --- a/crates/prqlc/Cargo.toml +++ b/crates/prqlc/Cargo.toml @@ -5,11 +5,9 @@ name = "prqlc" edition.workspace = true license.workspace = true repository.workspace = true -rust-version.workspace = true +rust-version = "1.70.0" version.workspace = true -metadata.msrv = "1.65.0" - [target.'cfg(not(target_family="wasm"))'.dependencies] anstream = {version = "0.3.2", features = ["auto"]} anyhow = {version = "1.0.75"} From 70470e6d21a6fab8904de1bc590e0eadeb3e921c Mon Sep 17 00:00:00 2001 From: eitsupi Date: Sun, 17 Sep 2023 04:19:34 +0000 Subject: [PATCH 2/2] docs(changelog): update about bump MSRV --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b608aa8b591..f3afedea100a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ **Integrations**: +- Bump `prqlc`'s MSRV to 1.70.0 (@eitsupi, #3521) + **Internal changes**: **New Contributors**: