From f77f559f50454eee8323ccce5292c8df5456cd1e Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Sun, 27 Feb 2022 19:59:36 +0900 Subject: [PATCH] Bump `suggestion` version to the latest (#1124) Closes: https://github.com/zellij-org/zellij/issues/1068 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93b54f88..66724b6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ zellij-server = { path = "zellij-server/", version = "0.26.0" } zellij-utils = { path = "zellij-utils/", version = "0.26.0" } log = "0.4.14" dialoguer = "0.9.0" -suggestion = "0.1.0" +suggestion = "0.3" [dev-dependencies] insta = { version = "1.6.0", features = ["backtrace"] }