File: relax-dep.patch

package info (click to toggle)
rust-rb-sys-build 0.9.102-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 196 kB
  • sloc: ansic: 70; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: relax bindgen dependency version
Author: Ananthu C V <weepingclown@disroot.org>
Forwarded: not-needed
Last-Update: 2024-11-10
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@
 bench = false
 
 [dependencies.bindgen]
-version = "0.69"
+version = "0.71"
 features = ["runtime"]
 default-features = false