Skip to content

Commit

Permalink
0.3.1 fix tokio features
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Oct 29, 2024
1 parent 22886f3 commit f9c8df6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "steam-vent"
version = "0.3.0"
version = "0.3.1"
authors = ["Robin Appelman <[email protected]>"]
edition = "2021"
description = "Interact with the Steam network via rust"
Expand All @@ -11,7 +11,7 @@ rust-version = "1.75.0"
[dependencies]
steam-vent-proto = { version = "0.5", path = "./protobuf" }
steam-vent-crypto = { version = "0.2", path = "./crypto" }
tokio = { version = "1.39.3", features = ["net", "io-util", "macros"] }
tokio = { version = "1.39.3", features = ["net", "io-util", "macros", "io-std"] }
tokio-util = { version = "0.7.11", features = ["codec"] }
tokio-stream = { version = "0.1.15", features = ["sync"] }
tokio-tungstenite = { version = "0.23.1", features = ["rustls-tls-webpki-roots"] }
Expand Down

0 comments on commit f9c8df6

Please sign in to comment.