From 7f587418daf8e7ddc5e32f06f85e9724c2ecf355 Mon Sep 17 00:00:00 2001 From: Lucas Burns <44355502+lmburns@users.noreply.github.com> Date: Sun, 13 Mar 2022 14:53:49 -0500 Subject: Fix `history list --cwd` errors (#278) --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index baebdfd6..a871f67a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,6 @@ tui = "0.16" termion = "1.5" unicode-width = "0.1" itertools = "0.10.3" -fork = "0.1.18" tokio = { version = "1", features = ["full"] } async-trait = "0.1.49" chrono-english = "0.1.4" -- cgit v1.3.1