Skip to content

Commit

Permalink
remove prqlc-ast from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
m-span committed Jun 20, 2024
1 parent 3c548c3 commit f77e8a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions prqlc/prqlc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ cli = [
]
default = ["cli"]
serde_yaml = [
"prqlc-ast/serde_yaml",
"prqlc-parser/serde_yaml",
"dep:serde_yaml",
]
Expand All @@ -40,7 +39,6 @@ test-dbs = ["anyhow", "duckdb", "glob", "rusqlite", "tokio"]
test-dbs-external = ["anyhow", "duckdb", "glob", "mysql", "pg_bigdecimal", "postgres", "rusqlite", "tiberius", "tokio", "tokio-util"]

[dependencies]
prqlc-ast = {path = "../prqlc-ast", version = "0.12.3"}
prqlc-parser = {path = "../prqlc-parser", version = "0.12.3"}

anstream = {version = "0.6.14", features = ["auto"]}
Expand Down

0 comments on commit f77e8a5

Please sign in to comment.