aboutsummaryrefslogtreecommitdiff
path: root/examples/example-async-support
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-15 01:28:29 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-15 01:28:29 +0800
commita85a79b8365591fb600918b43eb4d3618a3cc3d4 (patch)
tree968de1054d8734a262df324570247f2d5b6b5fa2 /examples/example-async-support
parentd43e6cf64a7162b5316df371bd105bc8960c4607 (diff)
Update example tags and fix tag typo
Diffstat (limited to 'examples/example-async-support')
-rw-r--r--examples/example-async-support/page.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-async-support/page.toml b/examples/example-async-support/page.toml
index a54ff04..e193a2b 100644
--- a/examples/example-async-support/page.toml
+++ b/examples/example-async-support/page.toml
@@ -6,5 +6,5 @@ category = "runtime"
desc = """
Example Async Runtime Support
"""
-tags = ["async", "tokio"]
+tags = ["async", "await", "#[chain]"]
files = ["src/main.rs", "Cargo.toml"]