open-telemetry / opentelemetry-rust

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

Remove env_logger from workspace. #1673

Open hdost opened 4 weeks ago

hdost commented 4 weeks ago

We don't want to include it in the top level workspace as it interferes with MSRV, and doesn't provide benefit.

Also bump to 0.11 in example.

Relates #1546,#1554

Merge requirement checklist