From b299803084113f40a5dcc42f01e561cd831d2fd6 Mon Sep 17 00:00:00 2001 From: Lukasz Woznicki <75632179+makr11st@users.noreply.github.com> Date: Thu, 20 Jan 2022 21:23:18 +0000 Subject: Migrate to edition 2021 (#558) * Migrate to edition 2021 * Update docs and workflows * Update to latest rust 1.58 * Force version in clippy Signed-off-by: Lukasz Woznicki --- crates/core/plugin_sm/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crates/core/plugin_sm') diff --git a/crates/core/plugin_sm/Cargo.toml b/crates/core/plugin_sm/Cargo.toml index 218fd464..7df8252c 100644 --- a/crates/core/plugin_sm/Cargo.toml +++ b/crates/core/plugin_sm/Cargo.toml @@ -2,7 +2,8 @@ name = "plugin_sm" version = "0.5.2" authors = ["thin-edge.io team "] -edition = "2018" +edition = "2021" +rust-version = "1.58" [dependencies] agent_interface = { path = "../agent_interface" } -- cgit v1.2.3