Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(driver-adapters): fix conflicting library name warning on "cargo build" #4464

Merged
merged 2 commits into from
Nov 24, 2023

Conversation

jkomyno
Copy link
Contributor

@jkomyno jkomyno commented Nov 17, 2023

This PR closes https://github.com/prisma/team-orm/issues/594, and was extracted by #4456.

Comment on lines +4 to +10
"scripts": {
"dev": "node --experimental-wasm-modules ./example.js"
},
"dependencies": {
"@neondatabase/serverless": "0.6.0",
"@prisma/adapter-neon": "5.5.2",
"@prisma/driver-adapter-utils": "5.5.2"
"@prisma/adapter-neon": "5.6.0",
"@prisma/driver-adapter-utils": "5.6.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Technically not related to this PR, I know, but harmless)

@jkomyno jkomyno self-assigned this Nov 17, 2023
@jkomyno jkomyno marked this pull request as ready for review November 17, 2023 17:06
@jkomyno jkomyno requested a review from a team as a code owner November 17, 2023 17:06
@jkomyno jkomyno requested review from miguelff and Weakky and removed request for a team November 17, 2023 17:06
Copy link

codspeed-hq bot commented Nov 17, 2023

CodSpeed Performance Report

Merging #4464 will not alter performance

Comparing fix/cargo-build-warning (550a07f) with main (7025c28)

Summary

✅ 11 untouched benchmarks

@Jolg42 Jolg42 added this to the 5.7.0 milestone Nov 21, 2023
@jkomyno jkomyno merged commit 205d1ec into main Nov 24, 2023
28 checks passed
@jkomyno jkomyno deleted the fix/cargo-build-warning branch November 24, 2023 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants