Skip to content

Commit 986be10

Browse files
committed
Release v1.6.4+v1.6.3
1 parent 3946776 commit 986be10

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
[package]
22
name = "libbpf-sys"
3-
version = "1.6.3+v1.6.3"
3+
version = "1.6.4+v1.6.3"
44
description = "Rust bindings to libbpf from the Linux kernel"
55
readme = "README.md"
66
repository = "https://github.com/libbpf/libbpf-sys"
77
homepage = "https://github.com/libbpf/libbpf-sys"
88
documentation = "https://docs.rs/libbpf-sys"
99
keywords = ["bpf", "ebpf", "xdp"]
1010
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>",
1414
]
1515
license = "BSD-2-Clause"
1616
edition = "2021"
1717
rust-version = "1.82" # first stable release to support "unsafe extern"
1818
build = "build.rs"
1919
links = "bpf"
2020
exclude = [
21-
"/elfutils/tests/*.bz2",
22-
"/libbpf/assets",
23-
"/zlib/contrib",
21+
"/elfutils/tests/*.bz2",
22+
"/libbpf/assets",
23+
"/zlib/contrib",
2424
]
2525

2626
[badges]
2727
github = { repository = "libbpf/libbpf-sys" }
2828
maintenance = { status = "passively-maintained" }
2929

3030
[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"] }
3535

3636
[lib]
3737
crate-type = ["lib", "staticlib"]

0 commit comments

Comments
 (0)