Skip to content

Commit

Permalink
Update rand to 0.6 & bump crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Dec 12, 2018
1 parent 8442f7e commit 6a44790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dnssector"
version = "0.1.2"
version = "0.1.3"
authors = ["Frank Denis <github@pureftpd.org>"]
description = "A very fast library to parse, validate, create and mangle DNS packets"
license = "ISC"
Expand All @@ -15,7 +15,7 @@ failure = "0.1"
failure_derive = "0.1"
libc = "0.2"
libloading = "0.5"
rand = "0.5"
rand = "0.6"
xfailure = "0.1"
hex = "0.3"

Expand Down

0 comments on commit 6a44790

Please sign in to comment.