mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
0.5.2
This commit is contained in:
parent
4b24fb5ddc
commit
953b1b24bf
3 changed files with 29 additions and 29 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "steam-vent-proto"
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2021"
|
||||
description = "Protobuf structs used by the Steam client protocol"
|
||||
|
|
@ -9,11 +9,11 @@ repository = "https://codeberg.org/steam-vent/proto"
|
|||
rust-version = "1.78.0"
|
||||
|
||||
[dependencies]
|
||||
steam-vent-proto-common = { version = "0.5.0", path = "common" }
|
||||
steam-vent-proto-steam = { version = "0.5.0", path = "./steam" }
|
||||
steam-vent-proto-tf2 = { version = "0.5.0", optional = true }
|
||||
steam-vent-proto-csgo = { version = "0.5.0", optional = true }
|
||||
steam-vent-proto-dota2 = { version = "0.5.0", optional = true }
|
||||
steam-vent-proto-common = { version = "0.5.1", path = "common" }
|
||||
steam-vent-proto-steam = { version = "0.5.2", path = "./steam" }
|
||||
steam-vent-proto-tf2 = { version = "0.5.2", optional = true }
|
||||
steam-vent-proto-csgo = { version = "0.5.2", optional = true }
|
||||
steam-vent-proto-dota2 = { version = "0.5.2", optional = true }
|
||||
|
||||
[features]
|
||||
tf2 = ["steam-vent-proto-tf2"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue