Skip to content

Commit

Permalink
neqo v0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mb committed Nov 22, 2023
1 parent 67faf0f commit 83735a8
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.7"
version = "0.6.8"
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.7"
version = "0.6.8"
authors = ["Bobby Holley <[email protected]>"]
edition = "2018"
rust-version = "1.65.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.7"
version = "0.6.8"
authors = ["Martin Thomson <[email protected]>"]
edition = "2018"
rust-version = "1.65.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.7"
version = "0.6.8"
authors = ["Dragana Damjanovic <[email protected]>"]
edition = "2018"
rust-version = "1.65.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.7"
version = "0.6.8"
authors = ["EKR <[email protected]>"]
edition = "2018"
rust-version = "1.65.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.7"
version = "0.6.8"
authors = ["Dragana Damjanovic <[email protected]>"]
edition = "2018"
rust-version = "1.65.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.7"
version = "0.6.8"
authors = ["Dragana Damjanovic <[email protected]>"]
edition = "2018"
rust-version = "1.65.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.7"
version = "0.6.8"
authors = ["EKR <[email protected]>", "Andy Grover <[email protected]>"]
edition = "2018"
rust-version = "1.65.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.7"
version = "0.6.8"
authors = ["Martin Thomson <[email protected]>"]
edition = "2018"
rust-version = "1.65.0"
Expand Down

0 comments on commit 83735a8

Please sign in to comment.