mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-06-23 19:21:26 +02:00
Changed the version requirement to a caret one for kalk in kalk_cli.
This commit is contained in:
parent
e1017a4b9d
commit
a6be233d39
@ -11,7 +11,7 @@ keywords = ["math", "calculator", "cli", "command-line"]
|
|||||||
categories = ["mathematics", "command-line-utilities"]
|
categories = ["mathematics", "command-line-utilities"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
kalk = { path = "../kalk", version = "0.1.3" }
|
kalk = { path = "../kalk", version = "^0.1.3" }
|
||||||
rustyline = "6.1.2"
|
rustyline = "6.1.2"
|
||||||
ansi_term = "0.12"
|
ansi_term = "0.12"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user