From 48fe7a4780e6e0825852ce4d841cb30ea60d33ad Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Tue, 2 Jan 2024 11:52:42 +0100 Subject: [PATCH] set fix steamlocate version until stable release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"