diff options
author | Jonas Platte <jplatte+git@posteo.de> | 2020-12-31 19:43:20 +0100 |
---|---|---|
committer | Jonas Platte <jplatte+git@posteo.de> | 2021-01-01 04:11:48 +0100 |
commit | 0dc50fbfd45cbb84418a83dd4522f02b0b538f19 (patch) | |
tree | 6e31012a391c870eba3935006b2f5e5b11711701 /openssl | |
parent | 3d2ac91667be6fcb36961de3a9744ebb2914f044 (diff) | |
download | rust-openssl-0dc50fbfd45cbb84418a83dd4522f02b0b538f19.zip |
Upgrade openssl and systest crates to edition 2018
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/Cargo.toml | 1 |
1 files changed, 1 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] |