We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4dc043 commit 16ef4e3Copy full SHA for 16ef4e3
1 file changed
quic/s2n-quic-tests/Cargo.toml
@@ -28,7 +28,7 @@ zerocopy = { version = "0.8", features = ["derive"] }
28
# quiche does not currently build on 32-bit platforms
29
# see https://github.com/cloudflare/quiche/issues/2097
30
[target.'cfg(not(target_arch = "x86"))'.dependencies]
31
-quiche = "0.28"
+quiche = "0.29"
32
33
# s2n-tls is required by ch_callback_server_local_address_test and doesn't build on Windows
34
[target.'cfg(not(target_os = "windows"))'.dependencies]
0 commit comments