diff --git a/Cargo.toml b/Cargo.toml index e9d73c9..fdd86d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tokio = {version="1.35.1", features = ["rt-multi-thread", "macros"]} openssl = { version = "0.10.62", default-features = false, features = ["vendored"] } [target.'cfg(windows)'.dependencies] -steamlocate = "2.0.0-beta.2" +steamlocate = "=2.0.0-beta.2" mslnk = "0.1.8" self-replace = "1.3.7"