Skip to content

Commit aa512bc

Browse files
authored
chore: prepare v0.5.1 releases for boringtun and boringtun-cli (#296)
# v0.5.1 ### Fixed - Fix broken copy_from_slice ([#295]) [#295]: #295
1 parent 2a42e9b commit aa512bc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

boringtun-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "boringtun-cli"
33
description = "an implementation of the WireGuard® protocol designed for portability and speed"
4-
version = "0.5.0"
4+
version = "0.5.1"
55
authors = ["Noah Kennedy <[email protected]>", "Andy Grover <[email protected]>", "Jeff Hiner <[email protected]>"]
66
license = "BSD-3-Clause"
77
repository = "https://github.com/cloudflare/boringtun"
@@ -15,6 +15,6 @@ tracing = "0.1.31"
1515
tracing-subscriber = "0.3.9"
1616
tracing-appender = "0.2.1"
1717

18-
# CHANGE THIS BEFORE EACH RELEASE
1918
[dependencies.boringtun]
19+
version = "0.5.1"
2020
path = "../boringtun"

boringtun/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "boringtun"
33
description = "an implementation of the WireGuard® protocol designed for portability and speed"
4-
version = "0.5.0"
4+
version = "0.5.1"
55
authors = ["Noah Kennedy <[email protected]>", "Andy Grover <[email protected]>", "Jeff Hiner <[email protected]>"]
66
license = "BSD-3-Clause"
77
repository = "https://github.com/cloudflare/boringtun"

0 commit comments

Comments
 (0)