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

Correct BuildScript.cfgs to be String rather than PathBuf #112

Merged
merged 1 commit into from May 4, 2020

Conversation

robojumper
Copy link
Contributor

@robojumper robojumper commented May 4, 2020

As per the the cargo documentation which says:

single identifier, or any arbitrary key/value pair [...] key should be a Rust identifier, the value should be a string

String should cover this.

This is a breaking change.

ref rust-lang/rust-analyzer#4296

@robojumper robojumper changed the title Correct BuildScripts.cfgs to be String rather than PathBuf Correct BuildScript.cfgs and BuildScript.linked_libs to be String rather than PathBuf May 4, 2020
src/messages.rs Outdated Show resolved Hide resolved
@robojumper robojumper changed the title Correct BuildScript.cfgs and BuildScript.linked_libs to be String rather than PathBuf Correct BuildScript.cfgs to be String rather than PathBuf May 4, 2020
@oli-obk
Copy link
Owner

oli-obk commented May 4, 2020

Whoa that was fast :D Anyway, I just found the original addition, and it's likely an overzealous application of the discussion in #53 (comment) that caused this.

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.

None yet

2 participants