From a9de2b94f9a222054f1a3b01677f22d54693c3d6 Mon Sep 17 00:00:00 2001 From: Josh <43808099+josh-codes@users.noreply.github.com> Date: Tue, 16 Nov 2021 10:53:09 +0000 Subject: [PATCH] Chnage editon from 2021 to 2018 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index edfd3b9b..f73609f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [".", "sea-orm-macros", "sea-orm-codegen"] name = "sea-orm" version = "0.3.3" authors = ["Chris Tsang "] -edition = "2021" +edition = "2018" description = "🐚 An async & dynamic ORM for Rust" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/sea-orm"