From e875a80d52e5e44f107366cd4825936c44c824bb Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 8 May 2026 15:48:54 +0800 Subject: Add dispatch tree example and update doc version references --- examples/example-completion/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/example-completion/src/main.rs') 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" //! ] } -- cgit