diff options
| -rw-r--r-- | mumctl/Cargo.toml | 2 |
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" |
