Skip to content

Commit

Permalink
Release 1.2.0+v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexforster committed Jul 4, 2023
1 parent f8e8f63 commit 814a1d8
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 58 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libbpf-sys"
version = "1.1.1+v1.1.0"
version = "1.2.0+v1.2.0"
description = "Rust bindings to libbpf from the Linux kernel"
readme = "README.md"
repository = "https://github.com/libbpf/libbpf-sys"
Expand All @@ -21,11 +21,11 @@ github = { repository = "libbpf/libbpf-sys" }
maintenance = { status = "passively-maintained" }

[build-dependencies]
bindgen = { version = "^0.63", optional = true }
cc = "^1.0.3"
pkg-config = "^0.3.3"
bindgen = { version = "^0.66", optional = true }
cc = "^1.0.79"
pkg-config = "^0.3.27"
nix = "^0.26.2"
num_cpus = "^1.15.0"
num_cpus = "^1.16.0"

[lib]
crate-type = ["lib", "staticlib"]
Expand Down
Loading

0 comments on commit 814a1d8

Please sign in to comment.