We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015c0df commit 3d8cb08Copy full SHA for 3d8cb08
aya-build/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "aya-build"
3
-version = "0.1.1"
+version = "0.1.2"
4
description = "Build-time support for aya projects"
5
authors.workspace = true
6
license.workspace = true
aya-build/src/lib.rs
@@ -136,6 +136,7 @@ pub fn build_ebpf(packages: impl IntoIterator<Item = Package>) -> Result<()> {
136
137
match stderr.join().map_err(std::panic::resume_unwind) {
138
Ok(()) => {}
139
+ Err(err) => match err {},
140
}
141
142
for (name, binary) in executables {
0 commit comments