Skip to content

Commit

Permalink
fix: support install prql-compiler from GitHub by old Rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Mar 15, 2023
1 parent b9daa54 commit cf4603d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions prql-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[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.6.1"

# Manually updated to match the version in the root `Cargo.toml`, until
# https://github.com/foresterre/cargo-msrv/issues/590 is resolved.
Expand Down

0 comments on commit cf4603d

Please sign in to comment.