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

Use non-deprecated memmap2 crate #7522

Merged
merged 1 commit into from Feb 2, 2021
Merged

Use non-deprecated memmap2 crate #7522

merged 1 commit into from Feb 2, 2021

Conversation

kjeremy
Copy link
Contributor

@kjeremy kjeremy commented Feb 2, 2021

cargo audit complains that memmap is unmaintained so switch to
RazrFalcon's maintained version.

Removes yet another edge on winapi

`cargo audit` complains that `memmap` is unmaintained so switch to
RazrFalcon's maintained version.

Removes yet another edge on winapi
@kjeremy
Copy link
Contributor Author

kjeremy commented Feb 2, 2021

bors r+

@matklad
Copy link
Member

matklad commented Feb 2, 2021

@RazrFalcon you are my personal hero! I really like how you build reliable building blocks all over the ecosystem!

@bors
Copy link
Contributor

bors bot commented Feb 2, 2021

@bors bors bot merged commit 042e07d into rust-lang:master Feb 2, 2021
@RazrFalcon
Copy link

@matklad Thanks! And kudos to you too!

@kjeremy kjeremy deleted the memmap2 branch February 2, 2021 16:12
bors bot added a commit that referenced this pull request May 4, 2021
8716: Replace `memmap` with `memmap2` in `proc_macro_api` r=edwin0cheng a=memoryruins

#7522 did the same for `proc_macro_srv` before this usage of `memmap` was introduced to `proc_macro_api` in #6822 .

Something like [`cargo-deny`](https://github.com/EmbarkStudios/cargo-deny-action) could help prevent specific crates (and versions, licenses, etc) from being introduced into the crate tree, but that's unrelated to this pull request.



Co-authored-by: memoryruins <memoryruinsmusic@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants