Skip to content

Commit

Permalink
h3 v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jan 24, 2024
1 parent e7c7ab9 commit 651ff5e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion changelog-h3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### v0.0.4 (2024-01-24)

* Update to `http` v1.0
* Fix `try_recv` potentially hanging
* Fix prefixed integers on 32bit targets

### v0.0.3 (2023-10-23)

* Split out a `Settings` struct from `Config` ([a57ed22](https://github.com/hyperium/h3/commit/a57ed224ac5d17a635eb71eb6f83c1196f581a51))
Expand All @@ -19,4 +25,4 @@

### v0.0.1 (2023-03-09)

initial release
initial release
2 changes: 1 addition & 1 deletion h3-quinn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["network-programming", "web-programming"]
license = "MIT"

[dependencies]
h3 = { version = "0.0.3", path = "../h3" }
h3 = { version = "0.0.4", path = "../h3" }
bytes = "1"
quinn = { version = "0.10", default-features = false, features = [
"futures-io",
Expand Down
2 changes: 1 addition & 1 deletion h3-webtransport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ tracing = "0.1.37"
tokio = { version = "1.28", default_features = false }

[dependencies.h3]
version = "0.0.3"
version = "0.0.4"
path = "../h3"
features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes"]
2 changes: 1 addition & 1 deletion h3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "h3"
version = "0.0.3"
version = "0.0.4"
rust-version = "1.63"
authors = [
"Sean McArthur <sean@seanmonstar.com>",
Expand Down

0 comments on commit 651ff5e

Please sign in to comment.