Skip to content

Commit cfe1e23

Browse files
authored
Merge pull request #214 from adamthiede/update-async-tungstenite
update async-tungstenite to enable ppc builds
2 parents 6b11a4c + d8b0ec7 commit cfe1e23

File tree

2 files changed

+29
-47
lines changed

2 files changed

+29
-47
lines changed

Cargo.lock

+28-46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tar = { version = "0.4.33", optional = true }
6464
[target.'cfg(not(target_family = "wasm"))'.dependencies]
6565
libc = "0.2.101"
6666
async-std = { version = "1.12.0", features = ["attributes", "unstable"] }
67-
async-tungstenite = { version = "0.23", features = [
67+
async-tungstenite = { version = "0.25", features = [
6868
"async-std-runtime",
6969
"async-tls",
7070
] }

0 commit comments

Comments
 (0)