summaryrefslogtreecommitdiffstats
path: root/tokio-macros/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-05-14 10:27:36 -0700
committerGitHub <noreply@github.com>2019-05-14 10:27:36 -0700
commitcb4aea394e6851ae8cc45a68beeaf2c93cc9a0c0 (patch)
tree2158eab230c8717d3b35717e50f14fda6ca0edf1 /tokio-macros/Cargo.toml
parent79d88200500f6e6c9970e1ad26469276c1a2f71f (diff)
Update Tokio to Rust 2018 (#1082)
Diffstat (limited to 'tokio-macros/Cargo.toml')
-rw-r--r--tokio-macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-macros/Cargo.toml b/tokio-macros/Cargo.toml
index 9e4b6f8b..46a37856 100644
--- a/tokio-macros/Cargo.toml
+++ b/tokio-macros/Cargo.toml
@@ -1,8 +1,8 @@
[package]
name = "tokio-macros"
version = "0.1.0"
-authors = ["Tokio Contributors <team@tokio.rs>"]
edition = "2018"
+authors = ["Tokio Contributors <team@tokio.rs>"]
publish = false
[lib]