diff --git a/Cargo.toml b/Cargo.toml index dc9f61e..3b3461f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] log = "0.4.6" backtrace = "0.3.30" -async-log-attributes = { path = "async-log-attributes" } +async-log-attributes = { path = "async-log-attributes", version = "1.0.0" } [dev-dependencies] env_logger = "0.6.1" diff --git a/async-log-attributes/Cargo.toml b/async-log-attributes/Cargo.toml index 4c46a71..176e287 100644 --- a/async-log-attributes/Cargo.toml +++ b/async-log-attributes/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "async-log-attributes" description = "Proc Macro attributes for the async-log crate." -version = "0.3.0-alpha.4" +version = "1.0.0" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/rustasync/runtime"