aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9dc09b6..6bd8b81 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,10 +10,10 @@
# See Cargo.toml.orig for the original contents.
[package]
-edition = "2021"
-rust-version = "1.63"
+edition = "2018"
+rust-version = "1.56"
name = "tokio-macros"
-version = "2.2.0"
+version = "2.1.0"
authors = ["Tokio Contributors <team@tokio.rs>"]
description = """
Tokio's proc macros.
@@ -31,7 +31,7 @@ all-features = true
proc-macro = true
[dependencies.proc-macro2]
-version = "1.0.60"
+version = "1.0.7"
[dependencies.quote]
version = "1"