saskenuba / SteamHelper-rs

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

Upgrade `enum_dispatch` crate to the latest version #7

Closed OutOfBears closed 3 years ago

OutOfBears commented 3 years ago

In the version of the enum_dispatch crate, it seems to use some API that is not public, and breaks. The author of the crate has since changed the package to not use such API. See issue here

saskenuba commented 3 years ago

8095664a56df33723b18612a39e28af149c19874 should fix this. Thanks!