aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-06-20 23:33:48 -0400
committerbnewbold <bnewbold@robocracy.org>2016-06-20 23:34:21 -0400
commit5d99c766dcacb264eee551e27eb24b1423f7d427 (patch)
treed00f84f13cf1555dc531d3ecba306ff6f7ad52dc /Cargo.lock
parentec0599a07389a444cd2a05ca48abf17e0783ae36 (diff)
downloadexuberant-hacks-5d99c766dcacb264eee551e27eb24b1423f7d427.tar.gz
exuberant-hacks-5d99c766dcacb264eee551e27eb24b1423f7d427.zip
rename to 'exuberant_hacks'; bump to 0.2
Repo and project is named "exuberant-hacks"; Rust module can't have '-', so it's "exuberant_hacks". Also bumped version to 0.2.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 384881e..e55cfd0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
-name = "exuberant"
-version = "0.1.0"
+name = "exuberant_hacks"
+version = "0.2.0"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"glium 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",