From de1ca0c8805c6acba2ec25f78cd1e198fd062b52 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Thu, 1 Sep 2016 00:22:04 -0700 Subject: [PATCH] Update toml to 0.2 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6dff1fc..d88a0ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,10 +12,10 @@ version = "0.2.3" [dependencies] ncurses = "5.80.0" -odds = "0.2.14" -toml = "0.1" -unicode-segmentation = "0.1.2" -unicode-width = "0.1.3" +odds = "0.2" +toml = "0.2" +unicode-segmentation = "0.1" +unicode-width = "0.1" [dev-dependencies] rand = "0.3"