saskenuba / SteamHelper-rs

Interact with Valve's Steam network with this collection of crates.
MIT License
57 stars 12 forks source link

steam-protobuf: Outdated generated protobuf #8

Closed OutOfBears closed 3 years ago

OutOfBears commented 3 years ago

After messing around and trying to make the library compile, it would seem that the currently generated protobuf is outdated, along with a new folder that is passed to protoc, causing steam-protobuf to fail its generation.

saskenuba commented 3 years ago

I think 094dbdccc8dc5a4ba9cc9c29221b99da3124edf8 fixed this. Can you check if it builds now?

OutOfBears commented 3 years ago

Yeah, after checking this bug no longer occurs. Thanks for the fix! 👌