summaryrefslogtreecommitdiffstats
path: root/plugins/tedge_apama_plugin
diff options
context:
space:
mode:
authorLukasz Woznicki <75632179+makr11st@users.noreply.github.com>2022-01-20 21:23:18 +0000
committerGitHub <noreply@github.com>2022-01-20 21:23:18 +0000
commitb299803084113f40a5dcc42f01e561cd831d2fd6 (patch)
treea4aaafb7ad2b6e1d70e67d3a71fa9821c0fd7ea7 /plugins/tedge_apama_plugin
parentf9658c812b13410c2bbbaecbce02291e15a03cf8 (diff)
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 <lukasz.woznicki@softwareag.com>
Diffstat (limited to 'plugins/tedge_apama_plugin')
-rw-r--r--plugins/tedge_apama_plugin/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/tedge_apama_plugin/Cargo.toml b/plugins/tedge_apama_plugin/Cargo.toml
index 7c9dcd79..ca4dd952 100644
--- a/plugins/tedge_apama_plugin/Cargo.toml
+++ b/plugins/tedge_apama_plugin/Cargo.toml
@@ -2,7 +2,8 @@
name = "tedge_apama_plugin"
version = "0.5.2"
authors = ["thin-edge.io team <info@thin-edge.io>"]
-edition = "2018"
+edition = "2021"
+rust-version = "1.58"
license = "Apache-2.0"
description = "thin.edge.io plugin for installing apama projects"