File: relax-deps.patch

package info (click to toggle)
rust-aya-obj 0.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,256 kB
  • sloc: ansic: 12; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Index: aya-obj/Cargo.toml
===================================================================
--- aya-obj.orig/Cargo.toml
+++ aya-obj/Cargo.toml
@@ -46,7 +46,7 @@ version = "0.0.0"
 default-features = true
 
 [dependencies.hashbrown]
-version = "0.15.0"
+version = "0.14.5"
 default-features = true
 
 [dependencies.log]
@@ -69,9 +69,5 @@ default-features = false
 version = "1.5.0"
 default-features = false
 
-[dev-dependencies.rbpf]
-version = "0.3.0"
-default-features = false
-
 [features]
 std = []