commit | aa85593c89b540b821b07f7611f5ac5de29c6665 | [log] [tgz] |
---|---|---|
author | Jiayu Liu <jiayu@hey.com> | Sun Jun 26 05:00:25 2022 +0200 |
committer | Jens Geyer <jensg@apache.org> | Mon Sep 05 22:56:04 2022 +0200 |
tree | deda02ddea251fcfe859ffbf8c82d853be145911 | |
parent | f066d84ffb7fe2eb0dc3b7e7cd0d0417a1ae7963 [diff] [blame] |
THRIFT-5600: rust lib to upgrade to edition 2021 Client: rs Patch: Jiayu Liu This closes #2628
diff --git a/test/rs/Cargo.toml b/test/rs/Cargo.toml index 401282a..b039fff 100644 --- a/test/rs/Cargo.toml +++ b/test/rs/Cargo.toml
@@ -1,7 +1,7 @@ [package] name = "thrift-test" version = "0.1.0" -edition = "2018" +edition = "2021" license = "Apache-2.0" authors = ["Apache Thrift Developers <dev@thrift.apache.org>"] publish = false