Skip to content

Commit

Permalink
chore: prepare 0.6.0 and bump dalek (#351)
Browse files Browse the repository at this point in the history
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
Noah-Kennedy authored Jul 7, 2023
1 parent 878385f commit 18eaf59
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 41 deletions.
80 changes: 44 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions boringtun-cli/Cargo.toml
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 <nkennedy@cloudflare.com>", "Andy Grover <agrover@cloudflare.com>", "Jeff Hiner <jhiner@cloudflare.com>"]
license = "BSD-3-Clause"
repository = "https://github.com/cloudflare/boringtun"
Expand All @@ -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"]
4 changes: 2 additions & 2 deletions boringtun/Cargo.toml
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 <nkennedy@cloudflare.com>",
"Andy Grover <agrover@cloudflare.com>",
Expand Down Expand Up @@ -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",
] }
Expand Down

0 comments on commit 18eaf59

Please sign in to comment.