Skip to content

Commit

Permalink
Revert "fix: support install prql-compiler from GitHub by Rust 1.61 a…
Browse files Browse the repository at this point in the history
…nd 1.64"

This reverts commit c9a1233.
  • Loading branch information
eitsupi committed Mar 15, 2023
1 parent c9a1233 commit 771004e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions prql-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]}
Expand Down

0 comments on commit 771004e

Please sign in to comment.