Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Cargo.toml: fix missing fields for publishing v0.1.0 #16

Merged
merged 1 commit into from
Jun 25, 2019

Conversation

andelf
Copy link
Owner

@andelf andelf commented Jun 25, 2019

No description provided.

@andelf
Copy link
Owner Author

andelf commented Jun 25, 2019

@messense @MnO2 Is the exclude field alright? for excluding entire priv/.

@messense
Copy link
Collaborator

Run cargo package and verify that in target/package.

@andelf
Copy link
Owner Author

andelf commented Jun 25, 2019

> cargo package
warning: Pattern matching for Cargo's include/exclude fields has changed and file `benches/darts_benchmark.rs` is now excluded.
See <https://github.com/rust-lang/cargo/issues/4268> for more information.
warning: Pattern matching for Cargo's include/exclude fields has changed and file `priv/dict.big.bincode` is now excluded.
See <https://github.com/rust-lang/cargo/issues/4268> for more information.
warning: Pattern matching for Cargo's include/exclude fields has changed and file `priv/dict.txt.big` is now excluded.
See <https://github.com/rust-lang/cargo/issues/4268> for more information.
warning: Pattern matching for Cargo's include/exclude fields has changed and file `priv/weicheng.txt` is now excluded.
See <https://github.com/rust-lang/cargo/issues/4268> for more information.
   Packaging darts v0.1.0 (/Users/***/github/rust-darts)
   Verifying darts v0.1.0 (/Users/***/github/rust-darts)
    Updating crates.io index
   Compiling darts v0.1.0 (/Users/***/github/rust-darts/target/package/darts-0.1.0)
    Finished dev [unoptimized + debuginfo] target(s) in 2.36s
darts-0.1.0.crate
├── .cargo_vcs_info.json
├── .editorconfig
├── .gitignore
├── Cargo.toml
├── Cargo.toml.orig
├── LICENSE
├── README.md
├── rustfmt.toml
└── src
    ├── lib.rs
    └── searcher.rs

@codecov-io
Copy link

codecov-io commented Jun 25, 2019

Codecov Report

Merging #16 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   78.86%   78.86%           
=======================================
  Files           2        2           
  Lines         265      265           
=======================================
  Hits          209      209           
  Misses         56       56

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1a0e9a4...5cbef88. Read the comment docs.

@andelf andelf force-pushed the prepare-publish branch from 4b50f87 to 5cbef88 Compare June 25, 2019 09:34
Copy link
Collaborator

@messense messense left a comment

Choose a reason for hiding this comment

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

LGTM

@messense messense merged commit ab8a76f into master Jun 25, 2019
@messense messense deleted the prepare-publish branch June 25, 2019 09:58
@andelf
Copy link
Owner Author

andelf commented Jun 25, 2019

Published as 0.1.0. 🎉

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants