diff --git a/prql-compiler/Cargo.toml b/prql-compiler/Cargo.toml index 296cf5b954fe..01aaeb71a21c 100644 --- a/prql-compiler/Cargo.toml +++ b/prql-compiler/Cargo.toml @@ -1,16 +1,14 @@ [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" - -edition.workspace = true -license.workspace = true -repository.workspace = true -rust-version.workspace = true -version.workspace = true +repository = "https://github.com/PRQL/prql" +version = "0.5.1" # 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.65.0" +metadata.msrv = "1.63.0" [dependencies] anyhow = {version = "1.0.57", features = ["backtrace"]}