aboutsummaryrefslogtreecommitdiff
path: root/examples/example-completion/src
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-08 15:48:54 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-08 15:48:54 +0800
commite875a80d52e5e44f107366cd4825936c44c824bb (patch)
tree0753be45a46c621771787b0abcaac9620e06ea8f /examples/example-completion/src
parentd895af6e53eb4a18554b3174f819eb771e81ca05 (diff)
Add dispatch tree example and update doc version references
Diffstat (limited to 'examples/example-completion/src')
-rw-r--r--examples/example-completion/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-completion/src/main.rs b/examples/example-completion/src/main.rs
index 7834db7..413afd3 100644
--- a/examples/example-completion/src/main.rs
+++ b/examples/example-completion/src/main.rs
@@ -3,7 +3,7 @@
//! # How to Deploy
//! 1. Enable the `comp` feature
//! ```toml
-//! mingling = { version = "0.1.5", features = [
+//! mingling = { version = "...", features = [
//! "comp", // Enable this feature
//! "parser"
//! ] }