https://github.com/martinthomson/ohttp/commit/00503a26aac2eff40acd74b03443839eed6e5d2c addresses the toml issue The question about `&raw` is harder. I could remove the use of that and set `#[allow(clippy::raw_whatever)]` if you like. That's assuming that the patched pre-1.82 compiler we're using is happy with code that claims to need 1.82.
Bug 1990108 Comment 11 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
https://github.com/martinthomson/ohttp/commit/7e98e49bdd61ba448288bb9aaf8243e6f837fdca addresses the toml issue The question about `&raw` is harder. I could remove the use of that and set `#[allow(clippy::raw_whatever)]` if you like. That's assuming that the patched pre-1.82 compiler we're using is happy with code that claims to need 1.82.
https://github.com/martinthomson/ohttp/commit/7e98e49bdd61ba448288bb9aaf8243e6f837fdca addresses the toml issue (update: the toml feature set changed, so I don't get to use `--no-default-features`) The question about `&raw` is harder. I could remove the use of that and set `#[allow(clippy::raw_whatever)]` if you like. That's assuming that the patched pre-1.82 compiler we're using is happy with code that claims to need 1.82.