Skip to content

Commit 230744a

Browse files
authored
h3-datagram v0.0.2 (#303)
1 parent 22c1aa3 commit 230744a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

changelog-h3-datagram.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v0.0.2 (2025-05-06)
2+
* cleanup datagram traits
3+
* use new error types
4+
15
### (2025-03-15)
26

37
initial release

h3-datagram/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "h3-datagram"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2021"
55
documentation = "https://docs.rs/h3-datagram"
66
repository = "https://github.com/hyperium/h3"

h3-quinn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ quinn = { version = "0.11.7", default-features = false, features = [
2121
tokio-util = { version = "0.7.9" }
2222
futures = { version = "0.3.28" }
2323
tokio = { version = "1", features = ["io-util"], default-features = false }
24-
h3-datagram = {version = "0.0.1", path = "../h3-datagram", optional = true }
24+
h3-datagram = {version = "0.0.2", path = "../h3-datagram", optional = true }
2525
tracing = { version = "0.1.40", optional = true }
2626

2727
[features]

h3-webtransport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ http = "1"
1919
pin-project-lite = { version = "0.2", default-features = false }
2020
tracing = "0.1.37"
2121
tokio = { version = "1.28", default-features = false }
22-
h3-datagram = { version = "0.0.1", path = "../h3-datagram" }
22+
h3-datagram = { version = "0.0.2", path = "../h3-datagram" }
2323

2424
[dependencies.h3]
2525
version = "0.0.8"

0 commit comments

Comments
 (0)