pganalyze / pg_query.rs

Rust library to parse, deparse and normalize SQL queries using the PostgreSQL query parser
MIT License
139 stars 13 forks source link

Remove Cargo.lock and update bindgen to 0.68.1 #30

Closed absporl closed 1 year ago

absporl commented 1 year ago

Fixes #29

seanlinsley commented 1 year ago

Thanks for the PR, but crates.io requires that crates have a Cargo.lock. I've gone ahead and merged #28. That gets us to bindgen 0.66.1 which is slightly older, but according to the comments on the rust-u2f issue this version should also resolve the issue you're seeing.