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

ci: drop official support for rustc < 1.7.0 #444

Merged
merged 2 commits into from
Oct 24, 2016

Commits on Oct 24, 2016

  1. ci: drop official support for rustc < 1.7.0

    Supporting older verisons of rust is causing CI to fail and is
    a somewhat constant support burden with questionable value.  1.7.0
    is the oldest I have seen that people have had a requirement on
    supporting in recent history.
    
    It may make sense to work toward a more official policy on
    what version of rust we will support in the future.  Users of
    older version of rust are, of course, welcome to use older versions
    of nix and everything else in the ecosystem.
    
    Signed-off-by: Paul Osborne <osbpau@gmail.com>
    posborne committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    914e3ba View commit details
    Browse the repository at this point in the history
  2. cargo: bump version to 0.8.0-pre

    Also, changed author from Carl to being more broad (as we have
    many contributors and maintainers now).  This matches what is
    used for crates in the rust-lang org.
    
    Signed-off-by: Paul Osborne <osbpau@gmail.com>
    posborne committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    360f7aa View commit details
    Browse the repository at this point in the history