fix: fixes aya and aya-log version mismatch (#89)

Fixes aya and aya-log version mismatch between {{project-name}}-epbf and {{project-name}} crates.

Fixes https://github.com/aya-rs/aya/issues/565.
pull/90/head
Arindam Das 1 year ago committed by GitHub
parent 8e92b72545
commit b45787c353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save