Skip to content

Commit

Permalink
chore: merge main, fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Nov 20, 2023
2 parents 2c70d12 + ebb702b commit a82584a
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 3 deletions.
4 changes: 2 additions & 2 deletions query-engine/query-engine-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ user-facing-errors = { path = "../../libs/user-facing-errors" }
psl.workspace = true
prisma-models = { path = "../prisma-models" }
quaint = { path = "../../quaint" }
query-connector = { path = "../connectors/query-connector" }
request-handlers = { path = "../request-handlers", default-features = false, features = ["sql", "driver-adapters"] }
connector = { path = "../connectors/query-connector", package = "query-connector" }
sql-query-connector = { path = "../connectors/sql-query-connector" }
query-core = { path = "../core" }
request-handlers = { path = "../request-handlers", default-features = false, features = ["sql", "driver-adapters"] }

thiserror = "1"
connection-string.workspace = true
Expand Down
130 changes: 130 additions & 0 deletions query-engine/query-engine-wasm/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion query-engine/request-handlers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
prisma-models = { path = "../prisma-models" }
query-core = { path = "../core" }
query-core = { path = "../core", features = ["metrics"] }
user-facing-errors = { path = "../../libs/user-facing-errors" }
quaint = { path = "../../quaint" }
psl.workspace = true
Expand Down

0 comments on commit a82584a

Please sign in to comment.