From c43ba175209f225f9d2a49efd528d061a398a10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Lippai?= Date: Mon, 19 Apr 2021 22:43:11 +0200 Subject: [PATCH] [Rust] Specify Minimum Supported Rust Version (#6573) Related to #6572 --- rust/flatbuffers/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/flatbuffers/Cargo.toml b/rust/flatbuffers/Cargo.toml index 02a268ea6..e8cefbd28 100644 --- a/rust/flatbuffers/Cargo.toml +++ b/rust/flatbuffers/Cargo.toml @@ -9,6 +9,7 @@ homepage = "https://google.github.io/flatbuffers/" repository = "https://github.com/google/flatbuffers" keywords = ["flatbuffers", "serialization", "zero-copy"] categories = ["encoding", "data-structures", "memory-management"] +rust = "1.51" [dependencies] smallvec = "1.6.1"