Skip to content

Commit

Permalink
Update bindgen to 0.64 (#343)
Browse files Browse the repository at this point in the history
This updates `bindgen` to 0.64, fixing rust-lang/rust-bindgen#2312 (via [`libpg_query-sys`](https://crates.io/crates/libpg_query-sys/0.2.1)) when building from source.
  • Loading branch information
9999years authored Feb 21, 2024
1 parent d976ac5 commit 2b16476
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 86 deletions.
97 changes: 12 additions & 85 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["postgres", "sql", "parser"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libpg_query-sys = "0.3.0"
libpg_query-sys = "0.3.1"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_repr = "0.1"
Expand Down

0 comments on commit 2b16476

Please sign in to comment.