prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 61 forks source link

fix: num-bigint version conflict #322

Closed Weakky closed 2 years ago

Weakky commented 2 years ago

Overview

Fixes num-bigint versions conflicts

Notes

There are some unrelated rustdocs fixes in there. They're most likely related to https://github.com/prisma/quaint/pull/321 being merged before https://github.com/prisma/quaint/pull/319 without rebasing first.

Todo