Skip to content

Add the readme.md path to the Cargo.toml. #7668

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

Merged

Conversation

NlightNFotis
Copy link
Contributor

According to the rust documentation at https://doc.rust-lang.org/cargo/reference/manifest.html#the-readme-field, the default readme file looked up when creating the package is a capitalised README.md (and some others).

Since ours isn't capitalised, we have to explicitly indicate the file name.

Fixes #7667.

According to the rust documentation at https://doc.rust-lang.org/cargo/reference/manifest.html#the-readme-field,
the default readme file looked up when creating the package is a capitalised
`README.md` (and some others).

Since ours isn't capitalised, we have to explicitly indicate the file
name.

Fixes diffblue#7667.
@NlightNFotis NlightNFotis added the Rust API Issues pertaining to the CBCM Rust API label Apr 14, 2023
@NlightNFotis NlightNFotis self-assigned this Apr 14, 2023
@NlightNFotis NlightNFotis enabled auto-merge April 14, 2023 15:36
@codecov
Copy link

codecov bot commented Apr 14, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (f19ebc3) 78.51% compared to head (f83c898) 78.51%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #7668   +/-   ##
========================================
  Coverage    78.51%   78.51%           
========================================
  Files         1674     1674           
  Lines       191935   191935           
========================================
  Hits        150704   150704           
  Misses       41231    41231           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@NlightNFotis NlightNFotis merged commit 68af7a4 into diffblue:develop Apr 14, 2023
@NlightNFotis NlightNFotis deleted the add_cargo_toml_readme_path branch April 17, 2023 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rust API Issues pertaining to the CBCM Rust API
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Libcprover-rust has no README when published in crates.io
2 participants