Skip to content

Commit

Permalink
Updated README with new release
Browse files Browse the repository at this point in the history
  • Loading branch information
phsym committed Sep 27, 2018
1 parent bf7aeae commit 7796a1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Include the library as a dependency to your project by adding the following line

```toml
[dependencies]
prettytable-rs = "^0.7"
prettytable-rs = "^0.8"
```

The library requires at least `rust v1.26.0`.
Expand Down
4 changes: 0 additions & 4 deletions src/row.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ impl Row {
i += c.get_hspan();
}
0
// self.cells
// .get(column)
// .map(|cell| cell.get_width())
// .unwrap_or(0)
}

/// Get the cell at index `idx`
Expand Down

0 comments on commit 7796a1b

Please sign in to comment.