summaryrefslogtreecommitdiffstats
path: root/crates/core/plugin_sm
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 /crates/core/plugin_sm
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 'crates/core/plugin_sm')
-rw-r--r--crates/core/plugin_sm/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core/plugin_sm/Cargo.toml b/crates/core/plugin_sm/Cargo.toml
index 7df8252c..68fc1334 100644
--- a/crates/core/plugin_sm/Cargo.toml
+++ b/crates/core/plugin_sm/Cargo.toml
@@ -3,7 +3,7 @@ name = "plugin_sm"
version = "0.5.2"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
-rust-version = "1.58"
+rust-version = "1.58.1"
[dependencies]
agent_interface = { path = "../agent_interface" }