From 23ad83bc603c1b6d6bd9505142bf2462df5f9b4b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 24 Oct 2021 17:10:18 +0200 Subject: person-api-types: Use rust 2018 Signed-off-by: Matthias Beyer --- person-api-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/person-api-types/Cargo.toml b/person-api-types/Cargo.toml index 4b614bf..df31ea1 100644 --- a/person-api-types/Cargo.toml +++ b/person-api-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "person-api-types" version = "0.1.0" -edition = "2021" +edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3