From 46fa862e04bc43311ba79ef3db70abf9014b9104 Mon Sep 17 00:00:00 2001 From: tom barrett Date: Sun, 3 Feb 2019 05:45:35 -0600 Subject: bringing to 2018 --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cbb856f..4d661cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,11 +2,12 @@ name = "space" version = "0.1.0" authors = ["tom barrett "] +edition = "2018" [dependencies] serde = "1.0" serde_derive = "1.0" serde_json = "1.0" -termion = "1.5.1" -rand = "0.4" +termion = "*" +rand = "0.6" toml = "0.4" -- cgit v1.2.3