From 45c6eb39bb84cc3703cba3530d03f688237538d3 Mon Sep 17 00:00:00 2001 From: Ben Aaron Goldberg Date: Mon, 25 Oct 2021 06:25:26 -0400 Subject: [PATCH] web: Revert back to Rust 2018 It has better compatibly and the code works as is. Signed-off-by: Ben Aaron Goldberg --- web/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Cargo.toml b/web/Cargo.toml index 4bb89e7..4fef6ee 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pronouns-today-web" version = "0.1.0" -edition = "2021" +edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html