aboutsummaryrefslogtreecommitdiff
path: root/examples/example-completion
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-completion')
-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"
//! ] }