diff options
| -rw-r--r-- | mumctl/Cargo.toml | 2 | ||||
| -rw-r--r-- | mumd/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mumctl/Cargo.toml b/mumctl/Cargo.toml index 7a1aed5..fff2a1c 100644 --- a/mumctl/Cargo.toml +++ b/mumctl/Cargo.toml @@ -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" diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index d696691..d8e2635 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -17,7 +17,7 @@ default = ["notifications"] notifications = ["libnotify"] [dependencies] -mumlib = { version = "0.3", path = "../mumlib" } +mumlib = { version = "0.4", path = "../mumlib" } cpal = "0.13" bytes = "1.0" |
