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 Apr 30, 2023
1 parent 76024eb commit c9480ca
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions prql-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[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.8.1"

metadata.msrv = "1.65.0"
metadata.msrv = "1.61.0"

[dependencies]
anyhow = {version = "1.0.57", features = ["backtrace"]}
Expand Down

0 comments on commit c9480ca

Please sign in to comment.