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 two problems with dependency testing on beta and enable beta in CI #66

Merged
merged 6 commits into from
Oct 19, 2017

Commits on Oct 18, 2017

  1. Configuration menu
    Copy the full SHA
    eca5f6c View commit details
    Browse the repository at this point in the history
  2. Also link with the workspace members.

    We used to link with the tested crate workspace members
    only implicitly via rustc following `extern crate` which led
    to collisions when crate under test was rebuilt.
    budziq committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    761bf8c View commit details
    Browse the repository at this point in the history
  3. Bumped version to 0.13.2

    budziq committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    25ca8f1 View commit details
    Browse the repository at this point in the history
  4. Enabled also beta in ci builds

    budziq committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    4c5a209 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. Configuration menu
    Copy the full SHA
    707f220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbce12d View commit details
    Browse the repository at this point in the history