From 8c35bb1b09b37c6a79f8b23c9dc3d3f44135e565 Mon Sep 17 00:00:00 2001 From: Sebastian Imlay Date: Mon, 17 Aug 2020 12:05:44 -0700 Subject: [PATCH] Updated to categories branch of rust-bindgen --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e8cc80..19e0524 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ block = "0.1.6" [build-dependencies.bindgen] #version = "0.52" git = "https://github.com/simlay/rust-bindgen.git" -branch = "categories-and-better-return-types" +branch = "objc-category-inheritance" #git = "https://github.com/rust-lang/rust-bindgen.git" #revision = "ba409edf5d3a1acc6ac4dcb32d1e168cc3a2a41b" #path = "../../rust-bindgen/"