summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openssl/Cargo.toml1
-rw-r--r--systest/Cargo.toml1
2 files changed, 2 insertions, 0 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index 5c741d2d..b3e0e334 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -8,6 +8,7 @@ repository = "https://github.com/sfackler/rust-openssl"
readme = "README.md"
keywords = ["crypto", "tls", "ssl", "dtls"]
categories = ["cryptography", "api-bindings"]
+edition = "2018"
# these are deprecated and don't do anything anymore
[features]
diff --git a/systest/Cargo.toml b/systest/Cargo.toml
index bea35574..9f74f973 100644
--- a/systest/Cargo.toml
+++ b/systest/Cargo.toml
@@ -2,6 +2,7 @@
name = "systest"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
+edition = "2018"
[dependencies]
libc = "0.2"