Bump suggestion version to the latest (#1124)

Closes: https://github.com/zellij-org/zellij/issues/1068
This commit is contained in:
Ken Matsui 2022-02-27 19:59:36 +09:00 committed by GitHub
parent 27b0f2eff4
commit f77f559f50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ zellij-server = { path = "zellij-server/", version = "0.26.0" }
zellij-utils = { path = "zellij-utils/", version = "0.26.0" } zellij-utils = { path = "zellij-utils/", version = "0.26.0" }
log = "0.4.14" log = "0.4.14"
dialoguer = "0.9.0" dialoguer = "0.9.0"
suggestion = "0.1.0" suggestion = "0.3"
[dev-dependencies] [dev-dependencies]
insta = { version = "1.6.0", features = ["backtrace"] } insta = { version = "1.6.0", features = ["backtrace"] }