Skip to content

Commit 253b388

Browse files
mxindenRalith
authored andcommitted
chore(Cargo.toml): support both socket2 v0.5 and v0.6
Enables quinn-udp users like Firefox to gradually upgrade to socket2 v0.6.
1 parent a134be0 commit 253b388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ serde = { version = "1.0", features = ["derive"] }
4646
serde_json = "1"
4747
slab = "0.4.6"
4848
smol = "2"
49-
socket2 = "0.6"
49+
socket2 = ">=0.5, <0.7"
5050
thiserror = "2.0.3"
5151
tinyvec = { version = "1.1", features = ["alloc"] }
5252
tokio = { version = "1.28.1", features = ["sync"] }

0 commit comments

Comments
 (0)