From 92627630d34ade4f49732d2a161af875e77b0a06 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 12 Jan 2021 09:16:49 -0600 Subject: [PATCH] Upgrade to rand 0.8. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c7a4e8..70e72e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ documentation = "https://docs.rs/mapgen" edition = "2018" [dependencies] -rand = "0.7" +rand = "0.8"