summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2017-01-22 18:11:44 +0100
committerGitHub <noreply@github.com>2017-01-22 18:11:44 +0100
commit655401ba67c5bd83faa3225e0b87be7bb2c3d789 (patch)
tree77b8a7a9cf46d198bf40270db48b63cd7d108eb4 /Cargo.lock
parent3592d70fd18686ca984db32204e6dcccd05731eb (diff)
parent2d64a773ee04192faf2e7be27256f9696a63f378 (diff)
downloadvtcol-655401ba67c5bd83faa3225e0b87be7bb2c3d789.tar.gz
Merge pull request #1 from aclemons/fix_build
Fix building against current rust versions
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock17
1 files changed, 17 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b7675b4..aa03d8d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,4 +1,21 @@
[root]
name = "vtcol"
version = "0.42.1"
+dependencies = [
+ "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+[[package]]
+name = "getopts"
+version = "0.2.14"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
+name = "libc"
+version = "0.2.19"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[metadata]
+"checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
+"checksum libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "9e030dc72013ed68994d1b2cbf36a94dd0e58418ba949c4b0db7eeb70a7a6352"