Skip to content

Commit

Permalink
feat(query-connect): allow wasm32-unknown-unknown compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Nov 14, 2023
1 parent 5ab6d96 commit ab65c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/user-facing-errors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ backtrace = "0.3.40"
tracing = "0.1"
indoc.workspace = true
itertools = "0.10"
quaint = { workspace = true, optional = true }
quaint = { path = "../../quaint", optional = true }

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion query-engine/connectors/query-connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ prisma-value = {path = "../../../libs/prisma-value"}
serde.workspace = true
serde_json.workspace = true
thiserror = "1.0"
user-facing-errors = {path = "../../../libs/user-facing-errors"}
user-facing-errors = {path = "../../../libs/user-facing-errors", features = ["sql"]}
uuid = "1"
indexmap = "1.7"

0 comments on commit ab65c95

Please sign in to comment.