diff --git a/prql-compiler/Cargo.toml b/prql-compiler/Cargo.toml index d55d03c9ce26..d3841eb24b3b 100644 --- a/prql-compiler/Cargo.toml +++ b/prql-compiler/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "prql-compiler" repository = "https://github.com/PRQL/prql" rust-version = "1.60.0" -version.workspace = true +version = "0.4.0" [features] cli = ["clio", "atty", "clap", "color-eyre"]