forked from chenhengqi/libxdp-sys
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix linking static inline functions and update xdp-tools to v1.4.0
Signed-off-by: Nathanial Lattimer <[email protected]>
- Loading branch information
1 parent
f185b4b
commit 0969af5
Showing
5 changed files
with
786 additions
and
1,365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
/target | ||
/Cargo.lock | ||
.idea/ | ||
target/ | ||
Cargo.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[package] | ||
name = "libxdp-sys" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
edition = "2021" | ||
description = "Rust bindings for libxdp" | ||
repository = "https://github.com/chenhengqi/libxdp-sys" | ||
homepage = "https://github.com/chenhengqi/libxdp-sys" | ||
keywords = ["libxdp", "xdp"] | ||
authors = ["Hengqi Chen <[email protected]>"] | ||
authors = ["Hengqi Chen <[email protected]>", "Nathanial Lattimer <[email protected]>"] | ||
license = "LGPL-2.1 OR BSD-2-Clause" | ||
build = "build.rs" | ||
links = "libxdp" | ||
|
||
[build-dependencies] | ||
bindgen = "0.64.0" | ||
bindgen = "0.68.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.