summaryrefslogtreecommitdiffstats
path: root/crates/common/tedge_config/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/common/tedge_config/Cargo.toml')
-rw-r--r--crates/common/tedge_config/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/common/tedge_config/Cargo.toml b/crates/common/tedge_config/Cargo.toml
index 0a84bc28..dc82f240 100644
--- a/crates/common/tedge_config/Cargo.toml
+++ b/crates/common/tedge_config/Cargo.toml
@@ -2,7 +2,8 @@
name = "tedge_config"
version = "0.5.2"
authors = ["thin-edge.io team <info@thin-edge.io>"]
-edition = "2018"
+edition = "2021"
+rust-version = "1.58"
[dependencies]
certificate = { path = "../certificate" }