From 77070a9df73680edc58e54f143b3252ab2ee59cd Mon Sep 17 00:00:00 2001 From: Dragana Damjanovic Date: Mon, 9 Aug 2021 11:24:16 +0200 Subject: [PATCH] Version 0.4.30 --- neqo-client/Cargo.toml | 2 +- neqo-common/Cargo.toml | 2 +- neqo-crypto/Cargo.toml | 2 +- neqo-http3/Cargo.toml | 2 +- neqo-interop/Cargo.toml | 2 +- neqo-qpack/Cargo.toml | 2 +- neqo-server/Cargo.toml | 2 +- neqo-transport/Cargo.toml | 2 +- test-fixture/Cargo.toml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/neqo-client/Cargo.toml b/neqo-client/Cargo.toml index ccb3f2b7be..60f62ae08c 100644 --- a/neqo-client/Cargo.toml +++ b/neqo-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-client" -version = "0.4.29" +version = "0.4.30" authors = ["Martin Thomson ", "Dragana Damjanovic ", "Andy Grover "] diff --git a/neqo-common/Cargo.toml b/neqo-common/Cargo.toml index dc025d6003..6ec95cabd3 100644 --- a/neqo-common/Cargo.toml +++ b/neqo-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-common" -version = "0.4.29" +version = "0.4.30" authors = ["Bobby Holley "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-crypto/Cargo.toml b/neqo-crypto/Cargo.toml index 5dc26b3246..10fdcbaeac 100644 --- a/neqo-crypto/Cargo.toml +++ b/neqo-crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-crypto" -version = "0.4.29" +version = "0.4.30" authors = ["Martin Thomson "] edition = "2018" build = "build.rs" diff --git a/neqo-http3/Cargo.toml b/neqo-http3/Cargo.toml index 91c8be92de..64c890ad80 100644 --- a/neqo-http3/Cargo.toml +++ b/neqo-http3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-http3" -version = "0.4.29" +version = "0.4.30" authors = ["Dragana Damjanovic "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-interop/Cargo.toml b/neqo-interop/Cargo.toml index 7b07d3e68a..38e90772d5 100644 --- a/neqo-interop/Cargo.toml +++ b/neqo-interop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-interop" -version = "0.4.29" +version = "0.4.30" authors = ["EKR "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-qpack/Cargo.toml b/neqo-qpack/Cargo.toml index cc3ae99deb..d49797e099 100644 --- a/neqo-qpack/Cargo.toml +++ b/neqo-qpack/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-qpack" -version = "0.4.29" +version = "0.4.30" authors = ["Dragana Damjanovic "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-server/Cargo.toml b/neqo-server/Cargo.toml index 03aab98a90..e1e4255542 100644 --- a/neqo-server/Cargo.toml +++ b/neqo-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-server" -version = "0.4.29" +version = "0.4.30" authors = ["Dragana Damjanovic "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-transport/Cargo.toml b/neqo-transport/Cargo.toml index cb01ac5090..e7de32b169 100644 --- a/neqo-transport/Cargo.toml +++ b/neqo-transport/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-transport" -version = "0.4.29" +version = "0.4.30" authors = ["EKR ", "Andy Grover "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/test-fixture/Cargo.toml b/test-fixture/Cargo.toml index a597fc9c7a..cbc43a8ad4 100644 --- a/test-fixture/Cargo.toml +++ b/test-fixture/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-fixture" -version = "0.4.29" +version = "0.4.30" authors = ["Martin Thomson "] edition = "2018" license = "MIT/Apache-2.0"