-
Notifications
You must be signed in to change notification settings - Fork 257
Closed
Description
Yesterday I ran into an issue where environment variable overrides weren't working correctly and I realized it's because of this line which does a case-sensitive comparison when looking for a variant constructor, but even changing the capitalization of the environment variable doesn't fix it because they get lower-cased in env.rs. I notice that master has a fix for this to be case insensitive but it looks like the release-0.13.x branch peeled off from master a long time ago (the change was made in master 2 years ago). Are there plans to sync with master and bring in this fix before doing another release?
Metadata
Metadata
Assignees
Labels
No labels