[Rust] Specify Minimum Supported Rust Version (#6573)

Related to #6572
This commit is contained in:
Ádám Lippai
2021-04-19 22:43:11 +02:00
committed by GitHub
parent da3bb64ef6
commit c43ba17520

View File

@@ -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"