From c037a438f8d7b91533524570237afcfeffffe496 Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Thu, 12 Aug 2021 11:32:28 -0500 Subject: [PATCH] Switch to 2018 edition in boring --- boring/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/boring/Cargo.toml b/boring/Cargo.toml index 963dab97..8f550c54 100644 --- a/boring/Cargo.toml +++ b/boring/Cargo.toml @@ -9,6 +9,7 @@ documentation = "https://docs.rs/boring" readme = "README.md" keywords = ["crypto", "tls", "ssl", "dtls"] categories = ["cryptography", "api-bindings"] +edition = "2018" [dependencies] bitflags = "1.0"