async-rs / async-log

Async tracing capabilities for the log crate
Apache License 2.0
98 stars 5 forks source link

Update dependencies of async-log-attributes and make it to be optional #12

Open koushiro opened 4 years ago

koushiro commented 4 years ago

Signed-off-by: koushiro koushiro.cqx@gmail.com

koushiro commented 4 years ago

@yoshuawuyts PTAL :) Could you publish a patch version if the PR is merged ?

Keruspe commented 4 years ago

Now that tide depends on femme, it pulls in async-log-attributes and it's sad to see proc-macro2/syn/quote 0.x get back in the dependency tree. This would be greatly appreciated to avoid duplicate dependencies.

@yoshuawuyts BTW, when you merge and make a release out of this, you should s/runtime/async-log/ in several places