From 5b6db5c1bad21b3f07b0504665fd3d0805c9ac0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:48:00 +0000 Subject: [PATCH] Update bindgen requirement from 0.70 to 0.71 (#112) --- swiftnav-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swiftnav-sys/Cargo.toml b/swiftnav-sys/Cargo.toml index 94978b1..6678c5f 100644 --- a/swiftnav-sys/Cargo.toml +++ b/swiftnav-sys/Cargo.toml @@ -10,7 +10,7 @@ license = "LGPL-3.0" rust-version = "1.62.1" [build-dependencies] -bindgen = "0.70" +bindgen = "0.71" cmake = "0.1.46" [features]