commit | fbfa52cd045818b44a0f53ef8559db9d1dc198d8 | [log] [tgz] |
---|---|---|
author | Jiayu Liu <Jimexist@users.noreply.github.com> | Tue Nov 07 13:47:24 2023 +0800 |
committer | GitHub <noreply@github.com> | Tue Nov 07 13:47:24 2023 +0800 |
tree | c33e5b43d8dcb73ea06545d699bd2783c129e224 | |
parent | 0eab6e0ae55fcba624a9278415ed8807e5a591c9 [diff] [blame] |
THRIFT-5741: use rust 1.65 (#2870) * use rust 1.65 * fix clippy * fix alert * fix protocol * fix one more dereference * fix more lint * fix over-fix * fix match &*server_type {
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5d66f6..7dfc14f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml
@@ -285,7 +285,7 @@ needs: compiler runs-on: ubuntu-20.04 env: - TOOLCHAIN_VERSION: 1.61.0 + TOOLCHAIN_VERSION: 1.65.0 steps: - uses: actions/checkout@v4