-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prepare 0.6.0 and bump dalek (#351)
Bump dalek to a non-yanked version and prepare a new release. Due to other changes, this will be a new breaking version. Closes #340.
- Loading branch information
1 parent
878385f
commit 18eaf59
Showing
3 changed files
with
49 additions
and
41 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "boringtun-cli" | ||
description = "an implementation of the WireGuard® protocol designed for portability and speed" | ||
version = "0.5.2" | ||
version = "0.6.0" | ||
authors = ["Noah Kennedy <[email protected]>", "Andy Grover <[email protected]>", "Jeff Hiner <[email protected]>"] | ||
license = "BSD-3-Clause" | ||
repository = "https://github.com/cloudflare/boringtun" | ||
|
@@ -16,6 +16,6 @@ tracing-subscriber = "0.3.9" | |
tracing-appender = "0.2.1" | ||
|
||
[dependencies.boringtun] | ||
version = "0.5.2" | ||
version = "0.6.0" | ||
path = "../boringtun" | ||
features = ["device"] | ||
features = ["device"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "boringtun" | ||
description = "an implementation of the WireGuard® protocol designed for portability and speed" | ||
version = "0.5.2" | ||
version = "0.6.0" | ||
authors = [ | ||
"Noah Kennedy <[email protected]>", | ||
"Andy Grover <[email protected]>", | ||
|
@@ -31,7 +31,7 @@ tracing-subscriber = { version = "0.3", features = ["fmt"], optional = true } | |
ip_network = "0.4.1" | ||
ip_network_table = "0.2.0" | ||
ring = "0.16" | ||
x25519-dalek = { version = "=2.0.0-rc.2", features = [ | ||
x25519-dalek = { version = "=2.0.0-rc.3", features = [ | ||
"reusable_secrets", | ||
"static_secrets", | ||
] } | ||
|