Skip to content

Commit

Permalink
Release 1.4.0+v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexforster committed Apr 1, 2024
1 parent 6647f2e commit 060bbf1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libbpf-sys"
version = "1.3.0+v1.3.0"
version = "1.4.0+v1.4.0"
description = "Rust bindings to libbpf from the Linux kernel"
readme = "README.md"
repository = "https://github.com/libbpf/libbpf-sys"
Expand All @@ -26,9 +26,9 @@ github = { repository = "libbpf/libbpf-sys" }
maintenance = { status = "passively-maintained" }

[build-dependencies]
bindgen = { version = "^0.69.2", optional = true }
cc = "^1.0.83"
pkg-config = "^0.3.29"
bindgen = { version = "^0.69.4", optional = true }
cc = "^1.0.90"
pkg-config = "^0.3.30"
nix = { version = "^0.27.1", default-features = false, features = ["fs"] }
num_cpus = "^1.16.0"

Expand Down

0 comments on commit 060bbf1

Please sign in to comment.