From 8cc48acd11025f33d40e71b3776bdc643c9a050a Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Sat, 8 Feb 2020 16:02:45 +0100 Subject: [PATCH] Bump bindgen --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f55cbfb..db3e54d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "littlefs2-sys" description = "Low-level bindings to littlefs" -version = "0.1.2" +version = "0.1.3" authors = ["Nicolas Stalder "] edition = "2018" license = "BSD-3-Clause" @@ -13,7 +13,7 @@ repository = "https://github.com/nickray/littlefs2-sys" cty = "0.2.1" [build-dependencies] -bindgen = "0.52.0" +bindgen = "0.53.1" cc = "1.0.25" [features]