Skip to content

Commit

Permalink
Merge pull request mozilla#1414 from KershawChang/new_release_064
Browse files Browse the repository at this point in the history
neqo v0.6.4
  • Loading branch information
KershawChang authored Feb 14, 2023
2 parents 811f918 + 7be6309 commit 80db3a0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion neqo-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neqo-client"
version = "0.6.3"
version = "0.6.4"
authors = ["Martin Thomson <[email protected]>",
"Dragana Damjanovic <[email protected]>",
"Andy Grover <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion neqo-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neqo-common"
version = "0.6.3"
version = "0.6.4"
authors = ["Bobby Holley <[email protected]>"]
edition = "2018"
rust-version = "1.57.0"
Expand Down
2 changes: 1 addition & 1 deletion neqo-crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neqo-crypto"
version = "0.6.3"
version = "0.6.4"
authors = ["Martin Thomson <[email protected]>"]
edition = "2018"
rust-version = "1.57.0"
Expand Down
2 changes: 1 addition & 1 deletion neqo-http3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neqo-http3"
version = "0.6.3"
version = "0.6.4"
authors = ["Dragana Damjanovic <[email protected]>"]
edition = "2018"
rust-version = "1.57.0"
Expand Down
2 changes: 1 addition & 1 deletion neqo-interop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neqo-interop"
version = "0.6.3"
version = "0.6.4"
authors = ["EKR <[email protected]>"]
edition = "2018"
rust-version = "1.57.0"
Expand Down
2 changes: 1 addition & 1 deletion neqo-qpack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neqo-qpack"
version = "0.6.3"
version = "0.6.4"
authors = ["Dragana Damjanovic <[email protected]>"]
edition = "2018"
rust-version = "1.57.0"
Expand Down
2 changes: 1 addition & 1 deletion neqo-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neqo-server"
version = "0.6.3"
version = "0.6.4"
authors = ["Dragana Damjanovic <[email protected]>"]
edition = "2018"
rust-version = "1.57.0"
Expand Down
2 changes: 1 addition & 1 deletion neqo-transport/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neqo-transport"
version = "0.6.3"
version = "0.6.4"
authors = ["EKR <[email protected]>", "Andy Grover <[email protected]>"]
edition = "2018"
rust-version = "1.57.0"
Expand Down
2 changes: 1 addition & 1 deletion test-fixture/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-fixture"
version = "0.6.3"
version = "0.6.4"
authors = ["Martin Thomson <[email protected]>"]
edition = "2018"
rust-version = "1.57.0"
Expand Down

0 comments on commit 80db3a0

Please sign in to comment.