elastic / elasticsearch-rs

Official Elasticsearch Rust Client
https://www.elastic.co/guide/en/elasticsearch/client/rust-api/current/index.html
Apache License 2.0
705 stars 72 forks source link

Fix cargo make package #156

Closed russcam closed 3 years ago

russcam commented 3 years ago
russcam commented 3 years ago

cargo package fails?

yeah, when run through cargo make

cargo make package
[cargo-make] INFO - cargo make 0.32.9
[cargo-make] INFO - Build File: Makefile.toml
[cargo-make] INFO - Task: package
[cargo-make] INFO - Profile: development
[cargo-make] INFO - Running Task: package
packaging elasticsearch crate: cargo package
error: Found argument '' which wasn't expected, or isn't valid in this context

USAGE:
    cargo.exe package [OPTIONS]

For more information try --help
[cargo-make] INFO - Build Done in 0 seconds.

🤷