Skip to content

Commit

Permalink
Merge branch 'feat/driver-adapters-on-wasm32-unknown-unknown' into fe…
Browse files Browse the repository at this point in the history
…at/query-engine-wasm32-unknown-unknown
  • Loading branch information
janpio authored Nov 21, 2023
2 parents d276f3d + a819ff9 commit f4897f5
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 1 deletion.
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 f4897f5

Please sign in to comment.