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

Relax dependencies #67

Merged
merged 3 commits into from Apr 1, 2019
Merged

Relax dependencies #67

merged 3 commits into from Apr 1, 2019

Commits on Apr 1, 2019

  1. cargo: remove unused lazy_static dependency

    This dependency on lazy_static was introduced in d2be307 to avoid
    having to bump the minimum supported Rust version. Now that we use
    Rust 2018, we no longer have this problem.
    mgeisler committed Apr 1, 2019
    Copy the full SHA
    5ebace3 View commit details
    Browse the repository at this point in the history
  2. cargo: relax dependency on url

    It turns out that we can use version 1.x, not just 1.5.1 and later.
    Tested with
    
      % cargo update -p url --precise 1.0.0
      % cargo test
    mgeisler committed Apr 1, 2019
    Copy the full SHA
    bb962d7 View commit details
    Browse the repository at this point in the history
  3. readme: update changelog

    mgeisler committed Apr 1, 2019
    Copy the full SHA
    bf658c2 View commit details
    Browse the repository at this point in the history