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
38
Cargo.lock
generated
38
Cargo.lock
generated
|
|
@ -46,16 +46,16 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quote"
|
name = "quote"
|
||||||
version = "1.0.40"
|
version = "1.0.41"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "steam-vent-proto"
|
name = "steam-vent-proto"
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"steam-vent-proto-common 0.5.1",
|
"steam-vent-proto-common 0.5.1",
|
||||||
"steam-vent-proto-csgo",
|
"steam-vent-proto-csgo",
|
||||||
|
|
@ -66,9 +66,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "steam-vent-proto-common"
|
name = "steam-vent-proto-common"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "e0bdee4d988ea702f32e5f098f9cded0e0999b04230de3c37d54bf94b3f6fb86"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"protobuf",
|
"protobuf",
|
||||||
]
|
]
|
||||||
|
|
@ -76,26 +74,28 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "steam-vent-proto-common"
|
name = "steam-vent-proto-common"
|
||||||
version = "0.5.1"
|
version = "0.5.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "62682aa488b34d33f1045f9e4ee3c33ceef709e878524188dea4431cfe4f2131"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"protobuf",
|
"protobuf",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "steam-vent-proto-csgo"
|
name = "steam-vent-proto-csgo"
|
||||||
version = "0.5.0"
|
version = "0.5.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "391e907d8a4356416b07a7651045858123913e0ebf4fb06377d1f29a3ae6dda6"
|
checksum = "fc9a1e885f80157ea5f6f8bdc3f0ac80b0782efd2d11306257515710fbcad203"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"steam-vent-proto-common 0.5.0",
|
"steam-vent-proto-common 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "steam-vent-proto-dota2"
|
name = "steam-vent-proto-dota2"
|
||||||
version = "0.5.0"
|
version = "0.5.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5cc494e71a7a6d127c15af6a82583a61428a0c99a24e9c06f14d4503178c15a6"
|
checksum = "42fcc961de3a221252996edf1ebc651bfcc5503a0bcb79d960beedfd291994ed"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"steam-vent-proto-common 0.5.0",
|
"steam-vent-proto-common 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
@ -107,18 +107,18 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "steam-vent-proto-tf2"
|
name = "steam-vent-proto-tf2"
|
||||||
version = "0.5.0"
|
version = "0.5.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6209566e0b99e25eafcbb4a9e8212d6d64663ce248797c02eb8829731fe82951"
|
checksum = "f899f4ef4a8d021c382986601787d51efadfff5367b0be63099b1db1b8ff9d51"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"steam-vent-proto-common 0.5.0",
|
"steam-vent-proto-common 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "syn"
|
name = "syn"
|
||||||
version = "2.0.106"
|
version = "2.0.107"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
|
checksum = "2a26dbd934e5451d21ef060c018dae56fc073894c5a7896f882928a76e6d081b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|
@ -147,6 +147,6 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-ident"
|
name = "unicode-ident"
|
||||||
version = "1.0.18"
|
version = "1.0.19"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
|
||||||
|
|
|
||||||
12
Cargo.toml
12
Cargo.toml
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "steam-vent-proto"
|
name = "steam-vent-proto"
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
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"
|
||||||
|
|
@ -9,11 +9,11 @@ repository = "https://codeberg.org/steam-vent/proto"
|
||||||
rust-version = "1.78.0"
|
rust-version = "1.78.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
steam-vent-proto-common = { version = "0.5.0", path = "common" }
|
steam-vent-proto-common = { version = "0.5.1", path = "common" }
|
||||||
steam-vent-proto-steam = { version = "0.5.0", path = "./steam" }
|
steam-vent-proto-steam = { version = "0.5.2", path = "./steam" }
|
||||||
steam-vent-proto-tf2 = { version = "0.5.0", optional = true }
|
steam-vent-proto-tf2 = { version = "0.5.2", optional = true }
|
||||||
steam-vent-proto-csgo = { version = "0.5.0", optional = true }
|
steam-vent-proto-csgo = { version = "0.5.2", optional = true }
|
||||||
steam-vent-proto-dota2 = { version = "0.5.0", optional = true }
|
steam-vent-proto-dota2 = { version = "0.5.2", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
tf2 = ["steam-vent-proto-tf2"]
|
tf2 = ["steam-vent-proto-tf2"]
|
||||||
|
|
|
||||||
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -44,11 +44,11 @@
|
||||||
"rust-overlay": "rust-overlay"
|
"rust-overlay": "rust-overlay"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1760881317,
|
"lastModified": 1760882274,
|
||||||
"narHash": "sha256-MhY/fCl1RtOPGFE/rDOwSOq0bs4GIjAyBrMp0iYu13A=",
|
"narHash": "sha256-po7/m24K3fmeVE/C7KOVwYoM+78E186IspCRfH/4rqg=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "f48e7501a7d85895b4cee9e9d711eb1dbe2ad2df",
|
"rev": "a97ecc52130b0ca922f6cd0fa1aebc14212d2a70",
|
||||||
"revCount": 62,
|
"revCount": 63,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://codeberg.org/icewind/mill-scale.git"
|
"url": "https://codeberg.org/icewind/mill-scale.git"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue