aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2020-03-29 22:56:57 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2020-03-29 23:07:00 +0200
commitded348d58656a6a3794181d6d010d5c4fb373944 (patch)
tree7dd77cf85f0d0a2402c475bbea6b8f011c563987 /Cargo.toml
parentRestructuring and dependency version bump. (diff)
downloadwireguard-rs-ded348d58656a6a3794181d6d010d5c4fb373944.tar.xz
wireguard-rs-ded348d58656a6a3794181d6d010d5c4fb373944.zip
Added checks for zero shared-secret
To mirror the behavior from the kernel module, as per private correspondence with Jason.
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 0402cd6..a7f033d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wireguard-rs"
-version = "0.1.2"
+version = "0.1.3"
authors = ["Mathias Hall-Andersen <mathias@hall-andersen.dk>"]
edition = "2018"