diff --git a/aya-log/aya-log/Cargo.toml b/aya-log/aya-log/Cargo.toml index 98e210fc..4087d64a 100644 --- a/aya-log/aya-log/Cargo.toml +++ b/aya-log/aya-log/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] aya = { version = "0.10.7", features=["async_tokio"] } -aya-log-common = { version = "0.1", path = "../aya-log-common", features=["userspace"] } +aya-log-common = { version = "0.1.1", path = "../aya-log-common", features=["userspace"] } dyn-fmt = "0.3.0" thiserror = "1" log = "0.4"