Skip to content

Commit 090b805

Browse files
authored
chore: prep version 0.4.0 (#219)
1 parent 4e68754 commit 090b805

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "boringtun"
33
description = "an implementation of the WireGuard® protocol designed for portability and speed"
4-
version = "0.3.0"
5-
authors = ["Vlad Krasnov <vlad@cloudflare.com>"]
4+
version = "0.4.0"
5+
authors = ["Noah Kennedy <[email protected]>", "Andy Grover <agrover@cloudflare.com>"]
66
license = "BSD-3-Clause"
77
repository = "https://github.com/cloudflare/boringtun"
8+
documentation = "https://docs.rs/boringtun/0.4.0/boringtun/"
89
edition = "2018"
910

1011
[dependencies]

0 commit comments

Comments
 (0)