From 41edaf42cdad03cb1932fd5801463933d9e7d8ba Mon Sep 17 00:00:00 2001 From: Erik Hollensbe Date: Sat, 22 Jan 2022 11:54:15 -0800 Subject: [PATCH] downgrade rust edition so it is more compatible with older projects Signed-off-by: Erik Hollensbe --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe7ea20..7d91819 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ratpack" version = "0.1.0" -edition = "2021" +edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html