`cargo build --release` of your repo now works since moving to: ```toml num-format = { git = "https://github.com/anacrolix/num-format", branch = "anacrolix", features = ["with-system-locale"] } ``` Not sure what's happening with his PR: https://github.com/bcmyers/num-format/pull/47 Want to just move to his fork at this branch?