Skip to content

Commit

Permalink
patch attrs
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
  • Loading branch information
yoshuawuyts committed Jun 28, 2019
1 parent 49b02e8 commit 45fc22a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
log = "0.4.6"
backtrace = "0.3.30"
async-log-attributes = { path = "async-log-attributes", version = "1.0.0" }
async-log-attributes = { path = "async-log-attributes", version = "1.0.1" }

[dev-dependencies]
env_logger = "0.6.1"
Expand Down
2 changes: 1 addition & 1 deletion async-log-attributes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "async-log-attributes"
description = "Proc Macro attributes for the async-log crate."
version = "1.0.0"
version = "1.0.1"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/rustasync/runtime"
Expand Down
4 changes: 1 addition & 3 deletions async-log-attributes/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
//! Proc Macro attributes for the [Runtime](https://github.com/rustasync/runtime) crate. See the
//! [Runtime](https://docs.rs/runtime) documentation for more details.
//! Proc Macro attributes for the `async-log` crate.
#![forbid(unsafe_code, future_incompatible, rust_2018_idioms)]
#![deny(missing_debug_implementations, nonstandard_style)]
#![feature(async_await)]
#![recursion_limit = "512"]

extern crate proc_macro;
Expand Down

0 comments on commit 45fc22a

Please # to comment.