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
PR#45 replaced reqwest with ureq which significantly reduced dependencies. It also made rustls an optional (but default) TLS implementation in addition to supporting native TLS for arcane platforms that are not supported by ring. Thanks @messense!
PR#47 added symlinks to support the usage of the /vctoolsdir and /winsdkdir options in clang-cl, which allow for a more concise compiler invocation. I would point you to official docs for this but apparently there are none. Thanks @Qyriad!