Skip to content

Commit

Permalink
Release 1.3.0+v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexforster committed Jan 25, 2024
1 parent 4ab4ccd commit 8182047
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libbpf-sys"
version = "1.2.1+v1.2.0"
version = "1.3.0+v1.3.0"
description = "Rust bindings to libbpf from the Linux kernel"
readme = "README.md"
repository = "https://github.com/libbpf/libbpf-sys"
Expand Down Expand Up @@ -37,8 +37,9 @@ crate-type = ["lib", "staticlib"]

[features]
default = ["vendored-libbpf"]
# Don't vendor anything. This feature is deprecated. Simply build without
# any features instead.
# Don't vendor anything.
# This feature is for backward-compatibility only.
# Set default-features = false instead.
novendor = []
# Meta-feature to use vendored versions of all dependencies.
vendored = ["vendored-libbpf", "vendored-libelf", "vendored-zlib"]
Expand Down

0 comments on commit 8182047

Please sign in to comment.