aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index ea9839c..4ca789d 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -4,9 +4,9 @@ name = "tokio-macros"
# - Remove path dependencies
# - Update CHANGELOG.md.
# - Create "tokio-macros-1.x.y" git tag.
-version = "2.2.0"
-edition = "2021"
-rust-version = "1.63"
+version = "2.1.0"
+edition = "2018"
+rust-version = "1.56"
authors = ["Tokio Contributors <team@tokio.rs>"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
@@ -22,7 +22,7 @@ proc-macro = true
[features]
[dependencies]
-proc-macro2 = "1.0.60"
+proc-macro2 = "1.0.7"
quote = "1"
syn = { version = "2.0", features = ["full"] }