You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted by @monaka in #1012, env_logger versions below 0.10 uses atty (which is unmaintained). BDK should allow projects with higher MSRVs to use env_logger.
If this is even possible, we need to update CI to test for every version of env_logger in our specified range using cargo update --precise.
what? 🤣 🤣 Do we rely on the precise details of env_logger to communicate transactions surreptitiously between threads or something? How could env_logger even influence the outcome of a CI?
Describe the enhancement
As noted by @monaka in #1012,
env_logger
versions below0.10
usesatty
(which is unmaintained). BDK should allow projects with higher MSRVs to useenv_logger
.@apoelstra suggested in #1012 (comment):
If this is even possible, we need to update CI to test for every version of
env_logger
in our specified range usingcargo update --precise
.The text was updated successfully, but these errors were encountered: