Skip to content

Commit

Permalink
Move partiql-parser to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
am357 authored Jun 14, 2023
1 parent 01716e6 commit 47736de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partiql-ast-passes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ bench = false

[dependencies]
partiql-ast = { path = "../partiql-ast", version = "0.5.*" }
partiql-parser = { path = "../partiql-parser", version = "0.5.*" }
partiql-catalog = { path = "../partiql-catalog", version = "0.5.*" }
partiql-types = { path = "../partiql-types", version = "0.5.*" }

Expand All @@ -31,6 +30,7 @@ indexmap = "1.9"
thiserror = "1.0"

[dev-dependencies]
partiql-parser = { path = "../partiql-parser", version = "0.5.*" }

[features]
default = []

0 comments on commit 47736de

Please sign in to comment.