diff --git a/Cargo.lock b/Cargo.lock index 86273a6d..8a45d710 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,7 +70,7 @@ dependencies = [ [[package]] name = "boringtun" -version = "0.5.0-pre.0" +version = "0.5.0" dependencies = [ "aead", "base64", @@ -95,7 +95,7 @@ dependencies = [ [[package]] name = "boringtun-cli" -version = "0.1.0" +version = "0.5.0" dependencies = [ "boringtun", "clap 3.2.8", diff --git a/boringtun-cli/Cargo.toml b/boringtun-cli/Cargo.toml index 393a14d2..cf8fd5e4 100644 --- a/boringtun-cli/Cargo.toml +++ b/boringtun-cli/Cargo.toml @@ -1,6 +1,11 @@ [package] name = "boringtun-cli" -version = "0.1.0" +description = "an implementation of the WireGuard® protocol designed for portability and speed" +version = "0.5.0" +authors = ["Noah Kennedy ", "Andy Grover ", "Jeff Hiner "] +license = "BSD-3-Clause" +repository = "https://github.com/cloudflare/boringtun" +documentation = "https://docs.rs/boringtun/0.4.0/boringtun/" edition = "2021" [dependencies] diff --git a/boringtun/Cargo.toml b/boringtun/Cargo.toml index fe9b94c2..f59a3fb5 100644 --- a/boringtun/Cargo.toml +++ b/boringtun/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "boringtun" description = "an implementation of the WireGuard® protocol designed for portability and speed" -version = "0.5.0-pre.0" -authors = ["Noah Kennedy ", "Andy Grover "] +version = "0.5.0" +authors = ["Noah Kennedy ", "Andy Grover ", "Jeff Hiner "] license = "BSD-3-Clause" repository = "https://github.com/cloudflare/boringtun" documentation = "https://docs.rs/boringtun/0.4.0/boringtun/"