| commit | da54fc814cb872bf5ae782364760dfbc4fe414d8 | [log] [tgz] |
|---|---|---|
| author | Cameron Martin <cameronmartin123@gmail.com> | Sun Jan 12 08:55:45 2025 +0000 |
| committer | GitHub <noreply@github.com> | Sun Jan 12 16:55:45 2025 +0800 |
| tree | 0fd9278650e195848a2304da4be8585f9ece2dd0 | |
| parent | ab706525762816953a07982ffa432bb913337c46 [diff] |
THRIFT-5819: use latest rustc version for rustlib (#3085) Client: rust This upgrades the version of rust in the rust-toolchain file, docs and dockerfiles. Doing so requires a few changes to the source, mainly to fix or silence new warnings. Submitted on behalf of a third-party: Jiayu Liu Derived from the following PR: https://github.com/apache/thrift/pull/3045 Co-authored-by: Jiayu Liu <jiayu@hey.com>