[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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"