commit | b0d14133d5071370905a1b54b37a1a7c86d50e6d | [log] [tgz] |
---|---|---|
author | Allen George <allen.george@gmail.com> | Sun Mar 29 11:48:55 2020 -0400 |
committer | Jens Geyer <jensg@apache.org> | Wed Sep 02 09:03:40 2020 +0200 |
tree | 517583f4bb61da82195f237c3663cac3f259e1bc | |
parent | 935770c6b077fd96430684049078bdb9bdff50c5 [diff] [blame] |
THRIFT-5158 Update Rust generator and Rust lib,test,tutorial to only support 2018 edition Client: rs Patch: Allen George This closes #2078
diff --git a/test/rs/Cargo.toml b/test/rs/Cargo.toml index c1058f9..deffd21 100644 --- a/test/rs/Cargo.toml +++ b/test/rs/Cargo.toml
@@ -1,6 +1,7 @@ [package] name = "thrift-test" version = "0.1.0" +edition = "2018" license = "Apache-2.0" authors = ["Apache Thrift Developers <dev@thrift.apache.org>"] publish = false