summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorJiayu Liu <jiayu@hey.com>2022-06-26 05:00:25 +0200
committerJens Geyer <jensg@apache.org>2022-09-05 22:56:04 +0200
commitaa85593c89b540b821b07f7611f5ac5de29c6665 (patch)
treededa02ddea251fcfe859ffbf8c82d853be145911 /tutorial
parentf066d84ffb7fe2eb0dc3b7e7cd0d0417a1ae7963 (diff)
downloadthrift-aa85593c89b540b821b07f7611f5ac5de29c6665.tar.gz
THRIFT-5600: rust lib to upgrade to edition 2021
Client: rs Patch: Jiayu Liu This closes #2628
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/rs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/rs/Cargo.toml b/tutorial/rs/Cargo.toml
index e6e1d7cac..696798432 100644
--- a/tutorial/rs/Cargo.toml
+++ b/tutorial/rs/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "thrift-tutorial"
version = "0.1.0"
-edition = "2018"
+edition = "2021"
license = "Apache-2.0"
authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
exclude = ["Makefile*", "shared.rs", "tutorial.rs"]