Skip to content

Commit

Permalink
fix(query-compiler-playground): add missing psl features
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Feb 5, 2025
1 parent 5d4c626 commit 970f828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-compiler/query-compiler-playground/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
anyhow = "1"
serde_json.workspace = true

psl.workspace = true
psl = { workspace = true, features = ["all"]}
query-compiler.path = "../query-compiler"
request-handlers.path = "../../query-engine/request-handlers"
query-core.path = "../../query-engine/core"
Expand Down

0 comments on commit 970f828

Please sign in to comment.