This commit is contained in:
Robin Appelman 2025-10-18 23:19:40 +02:00
commit 2033958408
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -64,7 +64,7 @@ dependencies = [
[[package]] [[package]]
name = "steam-vent-proto-tf2" name = "steam-vent-proto-tf2"
version = "0.5.0" version = "0.5.1"
dependencies = [ dependencies = [
"steam-vent-proto-common", "steam-vent-proto-common",
] ]

View file

@ -1,6 +1,6 @@
[package] [package]
name = "steam-vent-proto-tf2" name = "steam-vent-proto-tf2"
version = "0.5.0" version = "0.5.1"
edition = "2021" edition = "2021"
rust-version = "1.75.0" rust-version = "1.75.0"
description = "Protobuf structs used by the Steam client protocol" description = "Protobuf structs used by the Steam client protocol"