mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-06-03 10:14:08 +02:00
steam-vent-proto-common 0.5.1
This commit is contained in:
parent
dc4550f902
commit
c7fd29f600
2 changed files with 9 additions and 9 deletions
24
Cargo.lock
generated
24
Cargo.lock
generated
|
|
@ -57,20 +57,13 @@ dependencies = [
|
|||
name = "steam-vent-proto"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"steam-vent-proto-common 0.5.0",
|
||||
"steam-vent-proto-common 0.5.1",
|
||||
"steam-vent-proto-csgo",
|
||||
"steam-vent-proto-dota2",
|
||||
"steam-vent-proto-steam",
|
||||
"steam-vent-proto-tf2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "steam-vent-proto-common"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"protobuf",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "steam-vent-proto-common"
|
||||
version = "0.5.0"
|
||||
|
|
@ -80,13 +73,20 @@ dependencies = [
|
|||
"protobuf",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "steam-vent-proto-common"
|
||||
version = "0.5.1"
|
||||
dependencies = [
|
||||
"protobuf",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "steam-vent-proto-csgo"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "391e907d8a4356416b07a7651045858123913e0ebf4fb06377d1f29a3ae6dda6"
|
||||
dependencies = [
|
||||
"steam-vent-proto-common 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"steam-vent-proto-common 0.5.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -95,14 +95,14 @@ version = "0.5.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5cc494e71a7a6d127c15af6a82583a61428a0c99a24e9c06f14d4503178c15a6"
|
||||
dependencies = [
|
||||
"steam-vent-proto-common 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"steam-vent-proto-common 0.5.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "steam-vent-proto-steam"
|
||||
version = "0.5.0"
|
||||
dependencies = [
|
||||
"steam-vent-proto-common 0.5.0",
|
||||
"steam-vent-proto-common 0.5.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -111,7 +111,7 @@ version = "0.5.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6209566e0b99e25eafcbb4a9e8212d6d64663ce248797c02eb8829731fe82951"
|
||||
dependencies = [
|
||||
"steam-vent-proto-common 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"steam-vent-proto-common 0.5.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "steam-vent-proto-common"
|
||||
description = "Trait for protobuf structs used by the Steam client protocol"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.75.0"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue