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

Bad cargo configuration in README.md #9

Closed
TeXitoi opened this issue Nov 21, 2014 · 1 comment
Closed

Bad cargo configuration in README.md #9

TeXitoi opened this issue Nov 21, 2014 · 1 comment

Comments

@TeXitoi
Copy link

TeXitoi commented Nov 21, 2014

README.md says to add to Cargo.toml:

[dependencies.rust-csv]
git = "git:https://github.com/BurntSushi/rust-csv"

but it should be

[dependencies.csv]
git = "git:https://github.com/BurntSushi/rust-csv"

i.e. the dependency is csv and not rust-csv.

@BurntSushi
Copy link
Owner

Yeah, I just changed it last night. Didn't get a chance to update all of the READMEs yet. Sorry about that!

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

No branches or pull requests

2 participants