downgrade rust edition so it is more compatible with older projects

Signed-off-by: Erik Hollensbe <linux@hollensbe.org>
This commit is contained in:
Erik Hollensbe
2022-01-22 11:54:15 -08:00
parent 1c0c2a4528
commit 41edaf42cd
+1 -1
View File
@@ -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