summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2019-12-22 23:38:55 -0500
committerClement Tsang <34804052+ClementTsang@users.noreply.github.com>2019-12-22 23:38:55 -0500
commiteee9c5417560fd271c855dd0ee98b6aa88171f7d (patch)
tree622a0233b5426ef34b4266acb71e0ab6db73ecad /Cargo.toml
parent4974ae08867f94506dce7096aabd9d739a1a7bf5 (diff)
Fix problem with missing brackets and BEDMAS...
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]