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

readme can also be a boolean #234

Closed
heaths opened this issue May 30, 2023 · 1 comment
Closed

readme can also be a boolean #234

heaths opened this issue May 30, 2023 · 1 comment

Comments

@heaths
Copy link

heaths commented May 30, 2023

According to documentation, you can specify readme = false to disable readme lookups. I had opened rustwasm/wasm-pack#1216 to fix this, but they took a dependency on this crate that also declares it as only an optional string.

pub readme: Option<Utf8PathBuf>,

@oli-obk
Copy link
Owner

oli-obk commented May 30, 2023

Closing as per the discussion on #235

@oli-obk oli-obk closed this as completed May 30, 2023
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