Skip to content

Commit f77e8a5

Browse files
committed
remove prqlc-ast from deps
1 parent 3c548c3 commit f77e8a5

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prqlc/prqlc/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ cli = [
3030
]
3131
default = ["cli"]
3232
serde_yaml = [
33-
"prqlc-ast/serde_yaml",
3433
"prqlc-parser/serde_yaml",
3534
"dep:serde_yaml",
3635
]
@@ -40,7 +39,6 @@ test-dbs = ["anyhow", "duckdb", "glob", "rusqlite", "tokio"]
4039
test-dbs-external = ["anyhow", "duckdb", "glob", "mysql", "pg_bigdecimal", "postgres", "rusqlite", "tiberius", "tokio", "tokio-util"]
4140

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

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

0 commit comments

Comments
 (0)