Pietro Albini
Pietro Albini
Thanks for the quick review! I should've addressed everything.
Hey all, thanks for the reviews! What are the next steps to get this merged and released?
Last year I opened https://github.com/hyperium/headers/pull/67 to also add typed `Link` headers, and my PR also fixed other comments @seanmonstar made back then around enums. I don't have the time to...
> Wow, I'm so sorry, pietroalbini, that I missed the new changes in #67. No worries @seanmonstar! I might have 500+ unread notifications myself...
Sounds reasonable!
@seanmonstar implemented that, and also wrote a macro to generate the implementation of those two automatically.
That's eventually the goal, but we want to have a mechanism to rotate the signing keys before we enable validation by default, otherwise older rustup clients might broke once we...
It's possible to disable it on Cloudfront, not sure if we want to break CentOS/RHEL though. cc @cuviper
@nicholasbishop you can download the installer from either URLs, depending on the extension of the OS: * `https://static.rust-lang.org/rustup/archive/${VERSION}/${TARGET}/rustup-init` * `https://static.rust-lang.org/rustup/archive/${VERSION}/${TARGET}/rustup-init.exe` So, for example: * https://static.rust-lang.org/rustup/archive/1.24.1/x86_64-unknown-linux-gnu/rustup-init * https://static.rust-lang.org/rustup/archive/1.24.1/x86_64-pc-windows-msvc/rustup-init.exe
Fixed by #155