summaryrefslogtreecommitdiffstats
path: root/crates/common
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/common
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/common')
-rw-r--r--crates/common/batcher/Cargo.toml2
-rw-r--r--crates/common/certificate/Cargo.toml2
-rw-r--r--crates/common/clock/Cargo.toml2
-rw-r--r--crates/common/download/Cargo.toml2
-rw-r--r--crates/common/flockfile/Cargo.toml2
-rw-r--r--crates/common/json_writer/Cargo.toml2
-rw-r--r--crates/common/mqtt_channel/Cargo.toml2
-rw-r--r--crates/common/tedge_config/Cargo.toml2
-rw-r--r--crates/common/tedge_users/Cargo.toml2
-rw-r--r--crates/common/tedge_utils/Cargo.toml2
10 files changed, 10 insertions, 10 deletions
diff --git a/crates/common/batcher/Cargo.toml b/crates/common/batcher/Cargo.toml
index d7a4bd59..d5f3587d 100644
--- a/crates/common/batcher/Cargo.toml
+++ b/crates/common/batcher/Cargo.toml
@@ -3,7 +3,7 @@ name = "batcher"
version = "0.5.2"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
-rust-version = "1.58"
+rust-version = "1.58.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/crates/common/certificate/Cargo.toml b/crates/common/certificate/Cargo.toml
index 0e4a4383..e4514adf 100644
--- a/crates/common/certificate/Cargo.toml
+++ b/crates/common/certificate/Cargo.toml
@@ -3,7 +3,7 @@ name = "certificate"
version = "0.5.2"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
-rust-version = "1.58"
+rust-version = "1.58.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/crates/common/clock/Cargo.toml b/crates/common/clock/Cargo.toml
index ab7e3a73..c5bd138e 100644
--- a/crates/common/clock/Cargo.toml
+++ b/crates/common/clock/Cargo.toml
@@ -3,7 +3,7 @@ name = "clock"
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]
time = { version = "0.3", features = ["serde-human-readable"] }
diff --git a/crates/common/download/Cargo.toml b/crates/common/download/Cargo.toml
index 830d68c2..bb18164f 100644
--- a/crates/common/download/Cargo.toml
+++ b/crates/common/download/Cargo.toml
@@ -3,7 +3,7 @@ name = "download"
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 = "download_manager"
diff --git a/crates/common/flockfile/Cargo.toml b/crates/common/flockfile/Cargo.toml
index ea7e80ad..674981df 100644
--- a/crates/common/flockfile/Cargo.toml
+++ b/crates/common/flockfile/Cargo.toml
@@ -3,7 +3,7 @@ name = "flockfile"
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]
thiserror = "1.0"
diff --git a/crates/common/json_writer/Cargo.toml b/crates/common/json_writer/Cargo.toml
index 0dec2d9d..25d6578f 100644
--- a/crates/common/json_writer/Cargo.toml
+++ b/crates/common/json_writer/Cargo.toml
@@ -3,7 +3,7 @@ name = "json-writer"
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]
serde_json = "1"
diff --git a/crates/common/mqtt_channel/Cargo.toml b/crates/common/mqtt_channel/Cargo.toml
index 9013d986..47d70a59 100644
--- a/crates/common/mqtt_channel/Cargo.toml
+++ b/crates/common/mqtt_channel/Cargo.toml
@@ -2,7 +2,7 @@
name = "mqtt_channel"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
-rust-version = "1.58"
+rust-version = "1.58.1"
version = "0.5.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/crates/common/tedge_config/Cargo.toml b/crates/common/tedge_config/Cargo.toml
index bce75bd9..b6ca71ab 100644
--- a/crates/common/tedge_config/Cargo.toml
+++ b/crates/common/tedge_config/Cargo.toml
@@ -3,7 +3,7 @@ name = "tedge_config"
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]
certificate = { path = "../certificate" }
diff --git a/crates/common/tedge_users/Cargo.toml b/crates/common/tedge_users/Cargo.toml
index adf41083..053311aa 100644
--- a/crates/common/tedge_users/Cargo.toml
+++ b/crates/common/tedge_users/Cargo.toml
@@ -3,7 +3,7 @@ name = "tedge_users"
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]
thiserror = "1.0"
diff --git a/crates/common/tedge_utils/Cargo.toml b/crates/common/tedge_utils/Cargo.toml
index f2b555a2..ca2a1791 100644
--- a/crates/common/tedge_utils/Cargo.toml
+++ b/crates/common/tedge_utils/Cargo.toml
@@ -3,7 +3,7 @@ name = "tedge_utils"
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 = "tedge_utils provide utilities for thin-edge.io components"