From eee9c5417560fd271c855dd0ee98b6aa88171f7d Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 22 Dec 2019 23:38:55 -0500 Subject: Fix problem with missing brackets and BEDMAS... --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0605d790..ef050a7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ rayon = "1.2" regex = "1.3.1" sysinfo = "0.10" tokio = "0.2.4" -winapi = "0.3.8" +winapi = "0.3" tui = {version = "0.7", features = ["crossterm"], default-features = false } [dev-dependencies] -- cgit v1.2.3