From 76642a8452d10a2d7629d2703ffc923e1744d8f9 Mon Sep 17 00:00:00 2001 From: Stepan Koltsov Date: Mon, 30 Sep 2024 01:09:46 +0100 Subject: [PATCH] Mute more warnings --- protoc-bin/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/protoc-bin/Cargo.toml b/protoc-bin/Cargo.toml index 45a941e7b..bfdbd6420 100644 --- a/protoc-bin/Cargo.toml +++ b/protoc-bin/Cargo.toml @@ -9,6 +9,7 @@ description = """ Internal crate to rust-protobuf """ publish = false +edition = "2021" [lib] doctest = false