|
1 | 1 | [package] |
2 | 2 | name = "libbpf-sys" |
3 | | -version = "1.6.3+v1.6.3" |
| 3 | +version = "1.6.4+v1.6.3" |
4 | 4 | description = "Rust bindings to libbpf from the Linux kernel" |
5 | 5 | readme = "README.md" |
6 | 6 | repository = "https://github.com/libbpf/libbpf-sys" |
7 | 7 | homepage = "https://github.com/libbpf/libbpf-sys" |
8 | 8 | documentation = "https://docs.rs/libbpf-sys" |
9 | 9 | keywords = ["bpf", "ebpf", "xdp"] |
10 | 10 | authors = [ |
11 | | - "Alex Forster <alex@alexforster.com>", |
12 | | - "Dan Siemon <dan@coverfire.com>", |
13 | | - "Daniel Xu <dxu@dxuuu.xyz>", |
| 11 | + "Alex Forster <alex@alexforster.com>", |
| 12 | + "Dan Siemon <dan@coverfire.com>", |
| 13 | + "Daniel Xu <dxu@dxuuu.xyz>", |
14 | 14 | ] |
15 | 15 | license = "BSD-2-Clause" |
16 | 16 | edition = "2021" |
17 | 17 | rust-version = "1.82" # first stable release to support "unsafe extern" |
18 | 18 | build = "build.rs" |
19 | 19 | links = "bpf" |
20 | 20 | exclude = [ |
21 | | - "/elfutils/tests/*.bz2", |
22 | | - "/libbpf/assets", |
23 | | - "/zlib/contrib", |
| 21 | + "/elfutils/tests/*.bz2", |
| 22 | + "/libbpf/assets", |
| 23 | + "/zlib/contrib", |
24 | 24 | ] |
25 | 25 |
|
26 | 26 | [badges] |
27 | 27 | github = { repository = "libbpf/libbpf-sys" } |
28 | 28 | maintenance = { status = "passively-maintained" } |
29 | 29 |
|
30 | 30 | [build-dependencies] |
31 | | -bindgen = { version = "^0.72", optional = true } |
32 | | -cc = "^1.1.6" |
33 | | -pkg-config = "^0.3.30" |
34 | | -nix = { version = "^0.31.0", default-features = false, features = ["fs"] } |
| 31 | +bindgen = { version = "^0.72.0", optional = true } |
| 32 | +cc = "^1.2.27" |
| 33 | +pkg-config = "^0.3.32" |
| 34 | +nix = { version = "^0.31.2", default-features = false, features = ["fs"] } |
35 | 35 |
|
36 | 36 | [lib] |
37 | 37 | crate-type = ["lib", "staticlib"] |
|
0 commit comments