aboutsummaryrefslogtreecommitdiffstats
path: root/mumctl
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-04-06 20:40:24 +0200
committerGustav Sörnäs <gustav@sornas.net>2021-04-06 20:40:24 +0200
commitb555f2105f7e2e8c402e995205e214d46ab24686 (patch)
treecc33553184a8266326eda2a50c84166dcc5c6c1a /mumctl
parentafb5e9f40786e67d207d6ad2ad9ee09d7f76ee87 (diff)
downloadmum-b555f2105f7e2e8c402e995205e214d46ab24686.tar.gz
specify version dependency
Diffstat (limited to 'mumctl')
-rw-r--r--mumctl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumctl/Cargo.toml b/mumctl/Cargo.toml
index 5a12d8f..0da7fa4 100644
--- a/mumctl/Cargo.toml
+++ b/mumctl/Cargo.toml
@@ -11,7 +11,7 @@ repository = "https://github.com/sornas/mum"
license = "MIT"
[dependencies]
-mumlib = { path = "../mumlib" }
+mumlib = { version = "0.3", path = "../mumlib" }
anyhow = "1"
bincode = "1"