summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2016-10-11 16:25:33 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2016-10-11 16:25:33 +0800
commitcdd246bb99f0d5f74a25214887e24b77df04b10f (patch)
tree561b2416a35cc089561a3e71a0e5ce2a420b1144 /Cargo.lock
parentb44ac2447ae8ce96a5765ff62cae48b1fb8e2f4b (diff)
Move feature out of Option into a series of Feature, easy matching
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2f07c01..eb5f123 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "svgbob"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"svg 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
]