fix(deps): downgrade aya-log from main branch to v0.1.13

pull/88/head
Hanaasagi 2 years ago
parent 8e92b72545
commit 5edd73df93

@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
aya-bpf = { git = "https://github.com/aya-rs/aya", branch = "main" }
aya-log-ebpf = { git = "https://github.com/aya-rs/aya", branch = "main" }
aya-bpf = { git = "https://github.com/aya-rs/aya", tag = "aya-log-v0.1.13" }
aya-log-ebpf = { git = "https://github.com/aya-rs/aya", tag = "aya-log-v0.1.13" }
{{ project-name }}-common = { path = "../{{ project-name }}-common" }
[[bin]]

Loading…
Cancel
Save