summaryrefslogtreecommitdiffstats
path: root/plugins/tedge_apama_plugin
diff options
context:
space:
mode:
authorMichael Abel <75477722+abelikt@users.noreply.github.com>2022-02-03 11:56:46 +0100
committerGitHub <noreply@github.com>2022-02-03 11:56:46 +0100
commit9efe65893b5a32695156b9679fb43770b5e15c2a (patch)
treebee5a3efe9ef0c1652b1914a5a8ec1dfde9fe72b /plugins/tedge_apama_plugin
parentf1ff28ccd4fc9c2b7cb472527302d8aa9e992ea0 (diff)
Bump Rust version to 1.58.1 (#803)
* Bump Rust version to 1.58.1 * Avoid to run the cargo msrv check ... ... in favour of the hardcoded rust-version in our Cargo.toml files * Update rust version string from rustc --version
Diffstat (limited to 'plugins/tedge_apama_plugin')
-rw-r--r--plugins/tedge_apama_plugin/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tedge_apama_plugin/Cargo.toml b/plugins/tedge_apama_plugin/Cargo.toml
index ca4dd952..14bf9740 100644
--- a/plugins/tedge_apama_plugin/Cargo.toml
+++ b/plugins/tedge_apama_plugin/Cargo.toml
@@ -3,7 +3,7 @@ name = "tedge_apama_plugin"
version = "0.5.2"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
-rust-version = "1.58"
+rust-version = "1.58.1"
license = "Apache-2.0"
description = "thin.edge.io plugin for installing apama projects"