Skip to content

Commit e045381

Browse files
authored
websocket without tls (#109)
* Upgraded websocket crate * Allowed clippy lint. Enabled jenkins crosscompilation tests with websockets
1 parent 5c88ed4 commit e045381

File tree

6 files changed

+115
-334
lines changed

6 files changed

+115
-334
lines changed

.github/workflows/rust.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,12 @@ jobs:
8080
with:
8181
use-cross: true
8282
command: build
83-
args: --no-default-features --features "tcp udp"
8483
- uses: actions-rs/cargo@v1
8584
with:
8685
use-cross: true
8786
command: test
88-
args: --tests --no-default-features --features "tcp udp"
8987
- uses: actions-rs/cargo@v1
9088
with:
9189
use-cross: true
9290
command: bench
93-
args: --no-run --no-default-features --features "tcp udp"
91+
args: --no-run

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## Release 0.14.3
4+
- `websocket` feature compiling without tls.
5+
36
## Release 0.14.2
47
- Fixed isolated compilation with `websocket` feature.
58
- Fixed multicast issue in Mac.

0 commit comments

Comments
 (0)