Skip to content

Commit

Permalink
include unixsock-stream transport by default (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 authored Dec 3, 2024
1 parent cb348a7 commit 612f534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ default = [
"transport_tcp",
"transport_tls",
"transport_udp",
"transport_unixsock-stream",
"transport_ws",
]

Expand Down
1 change: 1 addition & 0 deletions Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ default = [
"transport_tcp",
"transport_tls",
"transport_udp",
"transport_unixsock-stream",
"transport_ws",
]

Expand Down

0 comments on commit 612f534

Please sign in to comment.