Skip to content

Commit

Permalink
0.1.10: invoke cargo correctly, no matter what version of Rust.
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw committed Oct 29, 2015
1 parent d02086a commit 284f962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

setup(
name = 'travis-cargo',
version = '0.1.9',
version = '0.1.10',
description = ('Manages interactions between travis and cargo/rust compilers.'),
author = 'Huon Wilson',
author_email = 'dbau.pp@gmail.com',
url = 'https://github.com/huonw/travis-cargo',
download_url = 'https://github.com/huonw/travis-cargo/tarball/0.1.9',
download_url = 'https://github.com/huonw/travis-cargo/tarball/0.1.10',
keywords = ['testing', 'travis', 'rust', 'cargo'],
packages = find_packages(),
py_modules = ['travis_cargo'],
Expand Down

0 comments on commit 284f962

Please sign in to comment.