Skip to content

Commit 28a58ea

Browse files
authored
h3-datagram needs a version in order to publish (#288)
1 parent 5174722 commit 28a58ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

h3-quinn/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ quinn = { version = "0.11", 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 = { path = "../h3-datagram", optional = true }
24+
h3-datagram = {version = "0.0.1", path = "../h3-datagram", optional = true }
2525
tracing = { version = "0.1.40", optional = true }
2626

2727
[features]

0 commit comments

Comments
 (0)