diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-03-21 14:45:50 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-03-21 14:45:50 +0100 |
| commit | 433cd3d452ab68236b9347e74b1d8b305b0b4c52 (patch) | |
| tree | 7be7ef93522849df946d7650f4c72b7e64234a42 /mumctl/Cargo.toml | |
| parent | 226af6b66c50d4723222629da2634694400e868a (diff) | |
| download | mum-433cd3d452ab68236b9347e74b1d8b305b0b4c52.tar.gz | |
update fern and ipc channel
Diffstat (limited to 'mumctl/Cargo.toml')
| -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 42188d2..b22ca02 100644 --- a/mumctl/Cargo.toml +++ b/mumctl/Cargo.toml @@ -16,6 +16,6 @@ mumlib = { version = "0.3", path = "../mumlib" } clap = { version = "2.33", features = ["yaml"] } colored = "2.0" log = "0.4" -ipc-channel = "0.14" +ipc-channel = "0.15" #cursive = "0.15" |
