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

0.2.2 breaks my builds #10

Closed
epage opened this issue Aug 1, 2022 · 1 comment · Fixed by #11
Closed

0.2.2 breaks my builds #10

epage opened this issue Aug 1, 2022 · 1 comment · Fixed by #11

Comments

@epage
Copy link

epage commented Aug 1, 2022

My Cargo.toml is breaking on upgrade to 0.2.2

error: Parse error while parsing dependency pre-release-replacements : unbalanced source
  --> src/lib.rs:38:50
   |
38 | #![cfg_attr(feature = "document-features", doc = document_features::document_features!())]
   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: this error originates in the macro `document_features::document_features` (in Nightly builds, run with -Z macro-backtrace for more info)
@ogoffart
Copy link
Member

Thanks for reporting the issue, and thanks @Muscraft for fixing it. (And sorry for breaking it)
Version 0.2.3 released with the fix

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 a pull request may close this issue.

2 participants