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 the build on master #108

Merged
merged 2 commits into from
Dec 16, 2017
Merged

Conversation

fluffysquirrels
Copy link

As discussed in issue #107

@@ -34,7 +34,7 @@ log = { version = "0.3", optional = true }
env_logger = { version = "0.4", optional = true }
derive_builder_core = { version = "0.1", path = "../derive_builder_core" }
skeptic = { version = "0.9", optional = true }
compiletest_rs = { version = "0.2", optional = true }
compiletest_rs = { version = "0.3.3", optional = true }

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was hitting Manishearth/compiletest-rs#86 before updating the version.

@@ -18,7 +18,7 @@ fn run_mode(mode: &'static str) {
panic!("Directory does not exist: {:?}", test_dir);
}

let mut config = compiletest::default_config();
let mut config = compiletest::Config::default();
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

compiletest removed function default_config, as discussed in their docs:

Deprecated since 0.2.9: Use Config::default() instead. This method will be removed in version 0.3.0

@colin-kiegel colin-kiegel merged commit ebaefb9 into colin-kiegel:master Dec 16, 2017
@colin-kiegel
Copy link
Owner

@fluffysquirrels Thanks for your contribution! :-)

@fluffysquirrels
Copy link
Author

No problem! Is there anything I can do to help get a new minor version published to crates.io?

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.

2 participants