Skip to content

Commit dac19e8

Browse files
committed
Extend unix_socket support range
1 parent 99466da commit dac19e8

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
@@ -35,7 +35,7 @@ chrono = { version = "0.2.14", optional = true }
3535
openssl = { version = "0.6", optional = true }
3636
serde = { version = "0.3", optional = true }
3737
time = { version = "0.1.14", optional = true }
38-
unix_socket = { version = "0.3", optional = true }
38+
unix_socket = { version = ">= 0.3, < 0.5", optional = true }
3939
uuid = { version = "0.1", optional = true }
4040

4141
[dev-dependencies]

0 commit comments

Comments
 (0)