From 5161a451caefa2a99d9abad2cf93d83fb7e85a97 Mon Sep 17 00:00:00 2001 From: Andy Grover Date: Tue, 30 Jun 2020 13:20:34 -0700 Subject: [PATCH] Version 0.4.5 --- neqo-client/Cargo.toml | 2 +- neqo-common/Cargo.toml | 2 +- neqo-crypto/Cargo.toml | 2 +- neqo-http3-server/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 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/neqo-client/Cargo.toml b/neqo-client/Cargo.toml index 7591263fa1..3b7fc4aafa 100644 --- a/neqo-client/Cargo.toml +++ b/neqo-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-client" -version = "0.4.4" +version = "0.4.5" authors = ["Martin Thomson ", "Dragana Damjanovic ", "Andy Grover "] diff --git a/neqo-common/Cargo.toml b/neqo-common/Cargo.toml index 41a66fb7b5..b516eaa7e5 100644 --- a/neqo-common/Cargo.toml +++ b/neqo-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-common" -version = "0.4.4" +version = "0.4.5" authors = ["Bobby Holley "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-crypto/Cargo.toml b/neqo-crypto/Cargo.toml index 0763aa8551..4c58cd5af0 100644 --- a/neqo-crypto/Cargo.toml +++ b/neqo-crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-crypto" -version = "0.4.4" +version = "0.4.5" authors = ["Martin Thomson "] edition = "2018" build = "build.rs" diff --git a/neqo-http3-server/Cargo.toml b/neqo-http3-server/Cargo.toml index c8283b0ba0..9dd28feea1 100644 --- a/neqo-http3-server/Cargo.toml +++ b/neqo-http3-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-http3-server" -version = "0.4.4" +version = "0.4.5" authors = ["Dragana Damjanovic "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-http3/Cargo.toml b/neqo-http3/Cargo.toml index d84c89de4a..72c9e9e8f8 100644 --- a/neqo-http3/Cargo.toml +++ b/neqo-http3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-http3" -version = "0.4.4" +version = "0.4.5" authors = ["Dragana Damjanovic "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-interop/Cargo.toml b/neqo-interop/Cargo.toml index feb2a429bd..799a8fea0c 100644 --- a/neqo-interop/Cargo.toml +++ b/neqo-interop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-interop" -version = "0.4.4" +version = "0.4.5" authors = ["EKR "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-qpack/Cargo.toml b/neqo-qpack/Cargo.toml index 132899b52f..3c0d4183d6 100644 --- a/neqo-qpack/Cargo.toml +++ b/neqo-qpack/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-qpack" -version = "0.4.4" +version = "0.4.5" authors = ["Dragana Damjanovic "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-server/Cargo.toml b/neqo-server/Cargo.toml index 087567fa3d..24fd18bdb5 100644 --- a/neqo-server/Cargo.toml +++ b/neqo-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-server" -version = "0.4.4" +version = "0.4.5" authors = ["Martin Thomson "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/neqo-transport/Cargo.toml b/neqo-transport/Cargo.toml index 3cc6b997a0..8ce3ffa54a 100644 --- a/neqo-transport/Cargo.toml +++ b/neqo-transport/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neqo-transport" -version = "0.4.4" +version = "0.4.5" authors = ["EKR ", "Andy Grover "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/test-fixture/Cargo.toml b/test-fixture/Cargo.toml index b9d7e15e70..bac97f4de6 100644 --- a/test-fixture/Cargo.toml +++ b/test-fixture/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-fixture" -version = "0.4.4" +version = "0.4.5" authors = ["Martin Thomson "] edition = "2018" license = "MIT/Apache-2.0"