fix: fixes aya and aya-log version mismatch

Fixes aya and aya-log version mismatch between {{project-name}}-epbf and {{project-name}} crates.
pull/89/head
Arindam Das 2 years ago committed by GitHub
parent 8e92b72545
commit 9f5332183d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,8 +5,8 @@ edition = "2021"
publish = false publish = false
[dependencies] [dependencies]
aya = { version = ">=0.11", features=["async_tokio"] } aya = { git="https://github.com/aya-rs/aya", features=["async_tokio"] }
aya-log = "0.1" aya-log = { git="https://github.com/aya-rs/aya" }
{% if program_types_with_opts contains program_type -%} {% if program_types_with_opts contains program_type -%}
clap = { version = "4.1", features = ["derive"] } clap = { version = "4.1", features = ["derive"] }
{% endif -%} {% endif -%}

Loading…
Cancel
Save