From b555f2105f7e2e8c402e995205e214d46ab24686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 6 Apr 2021 20:40:24 +0200 Subject: specify version dependency --- mumctl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mumctl') 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" -- cgit v1.2.1