From c4ca53cf3ddb4581be8e464ae99c53480ccc20ec Mon Sep 17 00:00:00 2001 From: Peter Parkanyi Date: Thu, 31 Oct 2019 23:15:10 +0000 Subject: [PATCH] Pin version for redbpf-macros --- redbpf-probes/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbpf-probes/Cargo.toml b/redbpf-probes/Cargo.toml index cfee47cb..4f25a337 100644 --- a/redbpf-probes/Cargo.toml +++ b/redbpf-probes/Cargo.toml @@ -10,7 +10,7 @@ license = "GPL-3.0" [dependencies] cty = "0.2" -redbpf-macros = { path = "../redbpf-macros" } +redbpf-macros = { version = "^0.9.0", path = "../redbpf-macros" } [build-dependencies] bindgen = "0.51"