Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emberian committed Mar 2, 2014
1 parent 81036d6 commit 7f2e3e5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=================
cargo-lite v1.0.0
cargo-lite v1.1.0
=================

``cargo-lite`` is an interim package manager for Rust that is sloppily
Expand Down Expand Up @@ -32,6 +32,12 @@ Getting Help
You can find me on ``irc.mozilla.org`` as ``cmr``. Look for me
``#rust-gamedev``.

Contributing
------------

Feel free to open issues or send pull requests. Pull requests should be
against the ``dev`` branch.

=========================
How To Use ``cargo-lite``
=========================
Expand Down Expand Up @@ -171,3 +177,9 @@ Non-goals
- rustc integration beyond what is already present (no hooking into libsyntax
etc)
- rust rewrite, or a rewrite into any other language

To-do
-----

- Allow passing arbitrary rustc args
- Tests
2 changes: 1 addition & 1 deletion cargo-lite
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ from colorama import init, Fore
# its strength advantage over md5.
from pyblake2 import blake2b as blake2

VERSION = "cargo-lite 1.0.0"
VERSION = "cargo-lite 1.1.0"
tempdirs = []

init()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='cargo-lite',
version='1.0.0',
version='1.1.0',
description='Rust package manager',
author='Corey Richardson',
author_email='corey@octayn.net',
Expand Down

0 comments on commit 7f2e3e5

Please sign in to comment.