summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-03-24 23:47:23 -0700
committerCarl Lerche <me@carllerche.com>2015-03-24 23:47:23 -0700
commit5a3d3c4cf872f9ed05abfa21b65f3c16cebe7a0c (patch)
treecc6f3e7f80553dff9153fba4a5030c573e881114 /Cargo.toml
parent47d2332c3c388ecf094fc1d1890a223f3189f330 (diff)
downloadnix-5a3d3c4cf872f9ed05abfa21b65f3c16cebe7a0c.zip
Bump rand dev dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index defc2dab..49d3f740 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ exclude = [
bitflags = "0.1"
[dev-dependencies]
-rand = "0.1.2"
+rand = "0.3.0"
[dev-dependencies.nix-test]
path = "nix-test"