From 0a76255b75a3002c7ddc2e555a134c272ef0ff8f Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Fri, 15 Oct 2021 09:15:56 +0200 Subject: [PATCH] Changed Rust edition for 2018 Signed-off-by: Louis Vallat --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c84235..7abe669 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lychee_client" version = "0.1.0" -edition = "2021" +edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html