From 2f4144e81f1d3286ea7c9d26fe7e65c9d09c2695 Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Mon, 30 May 2022 00:58:20 +0300 Subject: [PATCH] adjusted versions --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0aa0449..8d62dbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ description = "Naive rust crate for implementing and testing maze solving Algori repository = "https://github.com/MajorBarnulf/labirust/" [dependencies] -rand = "0.8.5" -termion = "1.5.6" +rand = "0.8" +termion = "1.5"