summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gpu_buffer/Cargo.toml1
-rw-r--r--gpu_display/Cargo.toml1
-rw-r--r--gpu_renderer/Cargo.toml1
3 files changed, 3 insertions, 0 deletions
diff --git a/gpu_buffer/Cargo.toml b/gpu_buffer/Cargo.toml
index 239283d..553e608 100644
--- a/gpu_buffer/Cargo.toml
+++ b/gpu_buffer/Cargo.toml
@@ -2,6 +2,7 @@
 name = "gpu_buffer"
 version = "0.1.0"
 authors = ["The Chromium OS Authors"]
+edition = "2018"
 
 [dependencies]
 data_model = { path = "../data_model" }
diff --git a/gpu_display/Cargo.toml b/gpu_display/Cargo.toml
index 403bc9e..0177f1e 100644
--- a/gpu_display/Cargo.toml
+++ b/gpu_display/Cargo.toml
@@ -2,6 +2,7 @@
 name = "gpu_display"
 version = "0.1.0"
 authors = ["The Chromium OS Authors"]
+edition = "2018"
 
 [dependencies]
 data_model = { path = "../data_model" }
diff --git a/gpu_renderer/Cargo.toml b/gpu_renderer/Cargo.toml
index fb95813..6fcd22e 100644
--- a/gpu_renderer/Cargo.toml
+++ b/gpu_renderer/Cargo.toml
@@ -2,6 +2,7 @@
 name = "gpu_renderer"
 version = "0.1.0"
 authors = ["The Chromium OS Authors"]
+edition = "2018"
 
 [dependencies]
 data_model = { path = "../data_model" }