open-telemetry / opentelemetry-rust

The Rust OpenTelemetry implementation
https://opentelemetry.io
Apache License 2.0
1.75k stars 399 forks source link

CI msrv check failure #1915

Open lalitb opened 4 weeks ago

lalitb commented 4 weeks ago

https://github.com/open-telemetry/opentelemetry-rust/actions/runs/9844926143/job/27179358230?pr=1913

error: package cc v1.0.106 cannot be built because it requires rustc 1.67 or newer, while the currently active rustc version is 1.65.0 Either upgrade to rustc 1.67 or newer, or use cargo update -p cc@1.0.106 --precise ver where ver is the latest version of cc supporting rustc 1.65.0

cijothomas commented 3 weeks ago

https://github.com/open-telemetry/opentelemetry-rust/pull/1674/files seem to be fixing it. If not ,lets fix it separately.