Skip to content

Commit

Permalink
remove * deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Aug 30, 2015
1 parent e1dc9ec commit b610e01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ bench = false
doc = false

[dependencies]
byteorder = "*"
rustc-serialize = "*"
byteorder = "0.3"
rustc-serialize = "0.3"

[dev-dependencies]
regex = "*"
regex = "0.1"

[profile.bench]
opt-level = 3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Add it to your `Cargo.toml` like so:

```toml
[dependencies]
csv = "*"
csv = "0.14"
```


Expand Down

0 comments on commit b610e01

Please sign in to comment.