summaryrefslogtreecommitdiffstats
path: root/examples/global/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/global/Cargo.toml')
-rw-r--r--examples/global/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/global/Cargo.toml b/examples/global/Cargo.toml
index ec24740..dacbfe2 100644
--- a/examples/global/Cargo.toml
+++ b/examples/global/Cargo.toml
@@ -1,6 +1,7 @@
[package]
name = "global"
version = "0.1.0"
+edition = "2018"
[dependencies]
config = { path = "../../" }