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"]}