From b93e2fbb7be83fb24a9e219721943c5f40101616 Mon Sep 17 00:00:00 2001 From: atse Date: Tue, 16 Jan 2024 15:42:03 +0800 Subject: [PATCH] Update rust edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b001d49..4775d89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Astro "] version = "0.0.0" keywords = ["thermostat", "laser", "physics"] repository = "https://git.m-labs.hk/M-Labs/thermostat" -edition = "2018" +edition = "2021" [package.metadata.docs.rs] features = []