diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-04-06 20:40:24 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-04-06 20:40:24 +0200 |
| commit | b555f2105f7e2e8c402e995205e214d46ab24686 (patch) | |
| tree | cc33553184a8266326eda2a50c84166dcc5c6c1a | |
| parent | afb5e9f40786e67d207d6ad2ad9ee09d7f76ee87 (diff) | |
| download | mum-b555f2105f7e2e8c402e995205e214d46ab24686.tar.gz | |
specify version dependency
| -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" |
