aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2024-02-05 13:31:11 +0100
committerJeff Vander Stoep <jeffv@google.com>2024-02-05 13:31:12 +0100
commit2ca044f36c29ea902095611a01e919d06492f881 (patch)
tree71185c1e5b22e98a7b0c0707fd0429ca0612ea53 /Cargo.toml
parente1eb798b6fc3e822f80b7e226ffbb6bd86fa9fc5 (diff)
downloadtokio-macros-2ca044f36c29ea902095611a01e919d06492f881.tar.gz
Upgrade tokio-macros to 2.2.0
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/rust/crates/tokio-macros For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: Ida295d0798c804e98aba51f6432f1aac591fd7be
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 6bd8b81..9dc09b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,10 +10,10 @@
# See Cargo.toml.orig for the original contents.
[package]
-edition = "2018"
-rust-version = "1.56"
+edition = "2021"
+rust-version = "1.63"
name = "tokio-macros"
-version = "2.1.0"
+version = "2.2.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.7"
+version = "1.0.60"
[dependencies.quote]
version = "1"