Skip to content

Commit

Permalink
fix: version.workspace was supported after Rust 1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Jan 18, 2023
1 parent 1b4217c commit 996a783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prql-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 996a783

Please sign in to comment.