mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-06-03 18:24:07 +02:00
steam 0.5.1
This commit is contained in:
parent
0968bbe8e7
commit
38ae8528fb
2 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -100,7 +100,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "steam-vent-proto-steam"
|
name = "steam-vent-proto-steam"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"steam-vent-proto-common 0.5.1",
|
"steam-vent-proto-common 0.5.1",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "steam-vent-proto-steam"
|
name = "steam-vent-proto-steam"
|
||||||
description = "Protobuf structs used by the Steam client protocol for Steam"
|
description = "Protobuf structs used by the Steam client protocol for Steam"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.75.0"
|
rust-version = "1.75.0"
|
||||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||||
|
|
@ -9,4 +9,4 @@ license = "MIT"
|
||||||
repository = "https://codeberg.org/steam-vent/proto"
|
repository = "https://codeberg.org/steam-vent/proto"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
steam-vent-proto-common = { version = "0.5.0", path = "../common" }
|
steam-vent-proto-common = { version = "0.5.1", path = "../common" }
|
||||||
Loading…
Add table
Add a link
Reference in a new issue