diff options
Diffstat (limited to 'mumctl/Cargo.toml')
| -rw-r--r-- | mumctl/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mumctl/Cargo.toml b/mumctl/Cargo.toml index f19a67c..fff2a1c 100644 --- a/mumctl/Cargo.toml +++ b/mumctl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mumctl" -version = "0.3.0" +version = "0.4.0" authors = ["Gustav Sörnäs <gustav@sornas.net>", "Eskil Queseth <eskilq@kth.se>"] edition = "2018" @@ -12,7 +12,7 @@ license = "MIT" readme = "../README.md" [dependencies] -mumlib = { version = "0.3", path = "../mumlib" } +mumlib = { version = "0.4", path = "../mumlib" } bincode = "1" colored = "2" |
