(cargo-release) version 0.10.1

pull/3/head aya-v0.10.1
Alessandro Decina 3 years ago
parent cdc737490d
commit 304abfbfeb

@ -1,6 +1,6 @@
[package]
name = "aya"
version = "0.10.0"
version = "0.10.1"
description = "An eBPF library with a focus on developer experience and operability."
keywords = ["ebpf", "bpf", "linux", "kernel"]
license = "MIT OR Apache-2.0"
@ -30,4 +30,4 @@ matches = "0.1.8"
default = []
async = ["futures"]
async_tokio = ["tokio", "async"]
async_std = ["async-std", "async-io", "async"]
async_std = ["async-std", "async-io", "async"]

Loading…
Cancel
Save