From 771004ec02f2eaddcbc966aef56eaadaa4c1072b Mon Sep 17 00:00:00 2001 From: eitsupi Date: Wed, 15 Mar 2023 23:04:59 +0900 Subject: [PATCH] Revert "fix: support install prql-compiler from GitHub by Rust 1.61 and 1.64" This reverts commit c9a123336417629ffda8b435a11110bf1180d42d. --- prql-compiler/Cargo.toml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/prql-compiler/Cargo.toml b/prql-compiler/Cargo.toml index 01aaeb71a21c..296cf5b954fe 100644 --- a/prql-compiler/Cargo.toml +++ b/prql-compiler/Cargo.toml @@ -1,14 +1,16 @@ [package] description = "PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement." -edition = "2021" -license = "Apache-2.0" name = "prql-compiler" -repository = "https://github.com/PRQL/prql" -version = "0.5.1" + +edition.workspace = true +license.workspace = true +repository.workspace = true +rust-version.workspace = true +version.workspace = true # Manually updated to match the version in the root `Cargo.toml`, until # https://github.com/foresterre/cargo-msrv/issues/590 is resolved. -metadata.msrv = "1.63.0" +metadata.msrv = "1.65.0" [dependencies] anyhow = {version = "1.0.57", features = ["backtrace"]}