From c67795689f45989eef21ee2b86fec5873fc00ca1 Mon Sep 17 00:00:00 2001 From: Darren Kulp Date: Sat, 20 Jun 2020 17:46:25 -0700 Subject: [PATCH] Point to merged func_macro feature in bindgen rust-lang/rust-bindgen#1793 has merged to official master, so point to it there. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2a9895..98d6ed0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,4 +25,4 @@ tar = "0.4" libc = "0.2" [patch.crates-io] -bindgen = { git = "https://github.com/kulp/rust-bindgen", branch = "function-macros" } +bindgen = { git = "https://github.com/rust-lang/rust-bindgen", branch = "master" }