From 58b74dbf1f7fe00843c497fb0f6c80d1b9e5e6f0 Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Mon, 11 Apr 2022 15:06:50 +0100 Subject: [PATCH] Revert "Revert chirpstack_api edition to 2018." This reverts commit f8ddfcd5f02d435066a5a25269b5609be49932b8. Some dependencies require 2021 edition. --- 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 cc057cbd..a0e46154 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 = "2018" +edition = "2021" [features] default = ["api", "rustfmt"]