diff options
author | notgne2 | 2021-01-10 23:44:22 -0700 |
---|---|---|
committer | notgne2 | 2021-01-10 23:44:22 -0700 |
commit | 4300218fc791f51c3fdd4677eae9dad1dabb3550 (patch) | |
tree | 68eda894ef1c56355c47f6e0ea91516566d43f57 /Cargo.toml | |
parent | 330a73e329caa1c1b320b67b1b35fb5448223a31 (diff) | |
parent | aa42daa8002f17c33a0a56abc110ca1bc14e8cc2 (diff) |
Merge branch 'master' into notgne2/fix-systemd-boot-entry
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,7 @@ serde = "1.0.104" merge = "0.1.0" whoami = "0.9.0" log = "0.4" -pretty_env_logger = "0.4" +flexi_logger = "0.16" notify = "5.0.0-pre.3" futures-util = "0.3.6" fork = "0.1" @@ -27,6 +27,7 @@ thiserror = "1.0" toml = "0.5" yn = "0.1" rnix = "0.8" +signal-hook = "0.3" # smol_str is required by rnix, but 0.1.17 doesn't build on rustc # 1.45.2 (shipped in nixos-20.09); it requires rustc 1.46.0. See |