summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Platte <jplatte+git@posteo.de>2020-12-31 19:43:20 +0100
committerJonas Platte <jplatte+git@posteo.de>2021-01-01 04:11:48 +0100
commit0dc50fbfd45cbb84418a83dd4522f02b0b538f19 (patch)
tree6e31012a391c870eba3935006b2f5e5b11711701
parent3d2ac91667be6fcb36961de3a9744ebb2914f044 (diff)
downloadrust-openssl-0dc50fbfd45cbb84418a83dd4522f02b0b538f19.zip
Upgrade openssl and systest crates to edition 2018
-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"