Skip to content

Commit 4ad4c08

Browse files
committed
Update s2n-quic-h3 to fix compatibility issue
1 parent 1a64607 commit 4ad4c08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/lib/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ optional = true
131131
[dependencies.s2n-quic-h3]
132132
# git = "https://github.com/SergioBenitez/s2n-quic-h3.git"
133133
# rev = "6613956"
134-
path = "../../../s2n-quic-h3"
134+
git = "https://github.com/the10thwiz/s2n-quic-h3.git"
135+
rev = "a141cc1"
135136
optional = true
136137

137138
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)