rust-cli / env_logger

A logging implementation for `log` which is configured via an environment variable.
https://docs.rs/env_logger
Apache License 2.0
797 stars 124 forks source link

`rust-toolchain` prevents building on architecture supported after 1.41 #231

Closed imlazyeye closed 1 year ago

imlazyeye commented 2 years ago

The rust-toolchain file overrides the msrv to rust 1.41, which is quite dated (prevents me from building the project on my M1 MacBook.) Could this be removed or updated to bring the crate up to date?

artorias1024 commented 2 years ago

I'm having the same problem

epage commented 1 year ago

I've removed rust-toolchain