commit | b6b6dc715c0073af76de8244191b18c43ed4d24d | [log] [tgz] |
---|---|---|
author | Jiayu Liu <jiayu.liu@airbnb.com> | Sat Oct 08 14:28:44 2022 +0800 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Thu Oct 12 22:38:37 2023 +0200 |
tree | ad872a3b832d1ab5a1427949b5ba735f7b693100 | |
parent | 653d184a840dee4221d8fbf88b91ec6318cd2684 [diff] [blame] |
rust to add uuid support
diff --git a/test/rs/Makefile.am b/test/rs/Makefile.am index 103f80c..78db5ee 100644 --- a/test/rs/Makefile.am +++ b/test/rs/Makefile.am
@@ -17,8 +17,8 @@ # under the License. # -stubs: ../v0.16/ThriftTest.thrift - $(THRIFT) -I ./thrifts -out src --gen rs ../v0.16/ThriftTest.thrift +stubs: ../ThriftTest.thrift + $(THRIFT) -I ./thrifts -out src --gen rs ../ThriftTest.thrift precross: stubs $(CARGO) build