Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove now-unnecessary proc-macro-hack crate usage #256

Merged
merged 2 commits into from Jul 15, 2022
Merged

fix: remove now-unnecessary proc-macro-hack crate usage #256

merged 2 commits into from Jul 15, 2022

Commits on Jul 15, 2022

  1. Copy the full SHA
    92e7b43 View commit details
    Browse the repository at this point in the history
  2. fix: remove now-unnecessary proc-macro-hack crate usage

    Resolves <#255>.
    
    This resolves an issue with Windows Defender identifying `proc-macro-hack` as threats. It also sheds
    a depedency that is no longer necessary, now that the MSRV of this crate is 1.46 and
    `proc-macro-hack` is only useful for providing support for Rust versions 1.31 through 1.45. Per
    [upstream](https://github.com/dtolnay/proc-macro-hack):
    
    > **Note:** _As of Rust 1.45 this crate is superseded by native support for #\[proc\_macro\] in
    > expression position. Only consider using this crate if you care about supporting compilers between
    > 1.31 and 1.45._
    ErichDonGubler committed Jul 15, 2022
    Copy the full SHA
    caf1ce7 View commit details
    Browse the repository at this point in the history