Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit f9c8df6

Browse files
committed
0.3.1 fix tokio features
1 parent 22886f3 commit f9c8df6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "steam-vent"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Robin Appelman <[email protected]>"]
55
edition = "2021"
66
description = "Interact with the Steam network via rust"
@@ -11,7 +11,7 @@ rust-version = "1.75.0"
1111
[dependencies]
1212
steam-vent-proto = { version = "0.5", path = "./protobuf" }
1313
steam-vent-crypto = { version = "0.2", path = "./crypto" }
14-
tokio = { version = "1.39.3", features = ["net", "io-util", "macros"] }
14+
tokio = { version = "1.39.3", features = ["net", "io-util", "macros", "io-std"] }
1515
tokio-util = { version = "0.7.11", features = ["codec"] }
1616
tokio-stream = { version = "0.1.15", features = ["sync"] }
1717
tokio-tungstenite = { version = "0.23.1", features = ["rustls-tls-webpki-roots"] }

0 commit comments

Comments
 (0)