From 1705473caaad5f19bbaaf2937b700d8a4f9b3e30 Mon Sep 17 00:00:00 2001 From: webbeef Date: Sat, 14 Dec 2024 03:18:00 -0800 Subject: [PATCH] Set a Rust edition for blurmac (#34618) Signed-off-by: webbeef --- third_party/blurmac/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/blurmac/Cargo.toml b/third_party/blurmac/Cargo.toml index 84a051e4eb3..ec38e30b4d5 100644 --- a/third_party/blurmac/Cargo.toml +++ b/third_party/blurmac/Cargo.toml @@ -7,6 +7,7 @@ keywords = ["bluetooth", "ble", "macOS", "CoreBluetooth"] repository = "https://github.com/akosthekiss/blurmac" authors = ["Akos Kiss "] license = "BSD-3-Clause" +edition = "2018" [lib] name = "blurmac"