Skip to content

Release 0.2.2

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 16 May 07:56
· 107 commits to main since this release

Changed

  • 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#46 updated MSI to 0.5. Thanks @messense!

Added

  • 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!