tailhook / rust-argparse

The command-line argument parser library for rust
MIT License
240 stars 39 forks source link

Cargo no longer allows wildcard depdency versions #31

Open Susurrus opened 8 years ago

Susurrus commented 8 years ago

The Readme should be updated to reflect this (as of Rust 1.6).

tailhook commented 8 years ago

Yeah. Actually I never found that message too useful (may be just for users new in rust). It was contributed by @jamperry. Should we just remove it now? Assuming everybody knows cargo now, and the text with right version is printed on a crates.io page.

Susurrus commented 8 years ago

I would just defer to that page then for usage instructions then.

pradyunsg commented 8 years ago

I suggest putting a cargo version badge as well. It would make sense to link to the cargo page from that badge.