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

Please update the crate #9

Closed rex-remind101 closed 2 years ago

rex-remind101 commented 2 years ago

The crate https://crates.io/crates/pg_query is still pointing at what is presumably an old repo and not the latest version. Please update it.

rex-remind101 commented 2 years ago

pg_query = "^0.7"` candidate versions found which didn't match: 0.6.0, 0.5.0, 0.4.0,

rex-remind101 commented 2 years ago

@seanlinsley ?

lfittl commented 2 years ago

@rex-remind101 Thanks for pointing this out - we're looking into it.

seanlinsley commented 2 years ago

we've just published 0.7.0 on crates.io