summaryrefslogtreecommitdiffstats
path: root/crates/core/tedge
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/tedge
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/tedge')
-rw-r--r--crates/core/tedge/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core/tedge/Cargo.toml b/crates/core/tedge/Cargo.toml
index 3af26f94..225da2ee 100644
--- a/crates/core/tedge/Cargo.toml
+++ b/crates/core/tedge/Cargo.toml
@@ -2,7 +2,7 @@
name = "tedge"
version = "0.5.2"
edition = "2021"
-rust-version = "1.58"
+rust-version = "1.58.1"
authors = ["thin-edge.io team <info@thin-edge.io>"]
license = "Apache-2.0"
readme = "README.md"