Changed the version requirement to a caret one for kalk in kalk_cli.

This commit is contained in:
PaddiM8 2020-06-12 14:43:39 +02:00
parent 36632cf191
commit 15e045bcea

View File

@ -11,7 +11,7 @@ keywords = ["math", "calculator", "cli", "command-line"]
categories = ["mathematics", "command-line-utilities"]
[dependencies]
kalk = { path = "../kalk", version = "0.1.3" }
kalk = { path = "../kalk", version = "^0.1.3" }
rustyline = "6.1.2"
ansi_term = "0.12"
regex = "1"