From f8ddfcd5f02d435066a5a25269b5609be49932b8 Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Mon, 11 Apr 2022 15:00:05 +0100 Subject: [PATCH] Revert chirpstack_api edition to 2018. --- api/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/rust/Cargo.toml b/api/rust/Cargo.toml index a0e46154..cc057cbd 100644 --- a/api/rust/Cargo.toml +++ b/api/rust/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Orne Brocaar "] license = "MIT" homepage = "https://www.chirpstack.io" repository = "https://github.com/chirpstack/chirpstack" -edition = "2021" +edition = "2018" [features] default = ["api", "rustfmt"]