Bug#1087350: oxigraph: Upcoming bindgen update
Source: oxigraph
Version: 0.4.1-1
Severity: normal
Tags: patch
X-Debbugs-Cc: noisycoil@tutanota.com, debian-rust@lists.debian.org
Hi Jonas,
bindgen is about to be updated from v0.66 to v0.70. The latter has been in
experimental for a few days. I tested that oxigraph builds and its autopkgtests
pass in unstable using the updated version, as suggested by its Cargo.toml.
Bumping the dependency is trivial, but I'm attaching a patch anyway.
Best,
NoisyCoil
>From 89cee530c0560a18bb81a1feaa75cdc5d20b8b7c Mon Sep 17 00:00:00 2001
From: NoisyCoil <noisycoil@tutanota.com>
Date: Mon, 11 Nov 2024 23:12:00 +0100
Subject: [PATCH] Bump bindgen dependency to v0.70
---
debian/control | 4 ++--
debian/tests/control | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index fb574ec2..94cbcd46 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
librust-anyhow-1+default-dev,
librust-assert-cmd-2+default-dev,
librust-assert-fs-1+default-dev,
- librust-bindgen-dev (<< 0.70),
+ librust-bindgen-dev (<< 0.71),
librust-cc-1+default-dev,
librust-cc-1+parallel-dev,
librust-clap-4+default-dev,
@@ -312,7 +312,7 @@ Architecture: all
Multi-Arch: foreign
Depends:
librocksdb-dev,
- librust-bindgen-dev (<< 0.70),
+ librust-bindgen-dev (<< 0.71),
librust-cc-1+default-dev,
librust-cc-1+parallel-dev,
librust-libc-0.2+default-dev,
diff --git a/debian/tests/control b/debian/tests/control
index 8278c490..1571a70d 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -439,7 +439,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test oxrocksdb-sys 0.4.1
Features: test-name=rust-oxrocksdb-sys:default
Depends:
dh-rust,
- librust-bindgen-dev (<< 0.70),
+ librust-bindgen-dev (<< 0.71),
librust-cc-1+default-dev,
librust-cc-1+parallel-dev,
librust-oxrocksdb-sys-0.4+default-dev,
@@ -451,7 +451,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test oxrocksdb-sys 0.4.1
Features: test-name=rust-oxrocksdb-sys:@
Depends:
dh-rust,
- librust-bindgen-dev (<< 0.70),
+ librust-bindgen-dev (<< 0.71),
librust-cc-1+default-dev,
librust-cc-1+parallel-dev,
librust-oxrocksdb-sys-0.4-dev,
@@ -468,7 +468,7 @@ Test-Command: /usr/share/dh-rust/bin/cargo-auto-test oxrocksdb-sys 0.4.1
Features: test-name=rust-oxrocksdb-sys:pkg-config
Depends:
dh-rust,
- librust-bindgen-dev (<< 0.70),
+ librust-bindgen-dev (<< 0.71),
librust-cc-1+default-dev,
librust-cc-1+parallel-dev,
librust-oxrocksdb-sys-0.4+pkg-config-dev,
--
2.45.2
Reply to: