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

remove regex dependency #1817

Merged
merged 1 commit into from
Dec 23, 2020
Merged

remove regex dependency #1817

merged 1 commit into from
Dec 23, 2020

Commits on Dec 22, 2020

  1. remove regex dependency

    The dependency on `regex` showed up in the `cargo bloat` profile of a
    large application I work on, and `rusoto` is the only crate which
    depends on it. It appears that `rustoto`'s use of it is very light, so
    this PR removes the regex dependency and replaces it with some simple
    string splitting logic.
    danburkert authored and benesch committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    1212b94 View commit details
    Browse the repository at this point in the history