weggli-rs / weggli

weggli is a fast and robust semantic search tool for C and C++ codebases. It is designed to help security researchers identify interesting functionality in large codebases.
Apache License 2.0
2.32k stars 127 forks source link

Hardcode rustc to 1.60.0 for Python CI #69

Closed felixwilhelm closed 1 year ago

felixwilhelm commented 1 year ago

rustc >=1.61.0 breaks the build of our Python API (see https://github.com/rust-lang/rust/blob/1.61.0/RELEASES.md#compatibility-notes).

Lets wait for https://github.com/rust-lang/cc-rs/pull/671 to land and hardcode the CI environment to 1.60.0 for now.