We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5174722 commit 28a58eaCopy full SHA for 28a58ea
h3-quinn/Cargo.toml
@@ -21,7 +21,7 @@ quinn = { version = "0.11", default-features = false, features = [
21
tokio-util = { version = "0.7.9" }
22
futures = { version = "0.3.28" }
23
tokio = { version = "1", features = ["io-util"], default-features = false }
24
-h3-datagram = { path = "../h3-datagram", optional = true }
+h3-datagram = {version = "0.0.1", path = "../h3-datagram", optional = true }
25
tracing = { version = "0.1.40", optional = true }
26
27
[features]
0 commit comments