We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c88ed4 commit e045381Copy full SHA for e045381
.github/workflows/rust.yml
@@ -80,14 +80,12 @@ jobs:
80
with:
81
use-cross: true
82
command: build
83
- args: --no-default-features --features "tcp udp"
84
- uses: actions-rs/cargo@v1
85
86
87
command: test
88
- args: --tests --no-default-features --features "tcp udp"
89
90
91
92
command: bench
93
- args: --no-run --no-default-features --features "tcp udp"
+ args: --no-run
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## Release 0.14.3
4
+- `websocket` feature compiling without tls.
5
+
6
## Release 0.14.2
7
- Fixed isolated compilation with `websocket` feature.
8
- Fixed multicast issue in Mac.
0 commit comments