Yuxuan Wang created THRIFT-5741: ----------------------------------- Summary: Rust failing on Github Actions Key: THRIFT-5741 URL: https://issues.apache.org/jira/browse/THRIFT-5741 Project: Thrift Issue Type: Bug Components: Rust - Library Reporter: Yuxuan Wang
An example run: https://github.com/apache/thrift/actions/runs/6766465556/job/18408715195?pr=2879 {code:java} error: package `regex v1.10.2` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.61.0 {code} Looks like we need to either upgrade rust compiler or downgrade the regex package? -- This message was sent by Atlassian Jira (v8.20.10#820010)