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

2
Cargo.lock generated
View file

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

View file

@ -1,6 +1,6 @@
[package] [package]
name = "steam-vent-proto" name = "steam-vent-proto"
version = "0.5.0" version = "0.5.1"
authors = ["Robin Appelman <robin@icewind.nl>"] authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2021" edition = "2021"
description = "Protobuf structs used by the Steam client protocol" description = "Protobuf structs used by the Steam client protocol"