BurntSushi / cargo-benchcmp

A small utility to compare Rust micro-benchmarks.
The Unlicense
342 stars 21 forks source link

Update prettytable-rs to 0.6.6 and bump version to 0.1.4 #16

Closed fitzgen closed 8 years ago

fitzgen commented 8 years ago

This fixes a panic in prettytable-rs when using cargo benchcmp inside Emacs's M-x shell.

fitzgen commented 8 years ago

Any chance we could merge this one too, @BurntSushi?

BurntSushi commented 8 years ago

@fitzgen Ah yeah I forgot about this one. Could you remove the version bump though? I have an automated script that does that (with git tags and such).

fitzgen commented 8 years ago

Sure thing -- it must be outside the repo, because when I saw the #:version, I looked for a script :P

BurntSushi commented 8 years ago

@fitzgen Haha yeah. It's a pretty dumb shell script. This is the current version: https://gist.github.com/anonymous/c15b439376facb8884627d00ab912b86

fitzgen commented 8 years ago

Oof dah, that's quite a bit of shell script ;)

Updated the PR to remove the self version bump.

BurntSushi commented 8 years ago

All right, off we go! Thanks again!

fitzgen commented 8 years ago

No problem!

BurntSushi commented 8 years ago

All rights, 0.1.4 is now on crates.io!