From 6030917ade914885b3ef413e9fa222908ead8e5c Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Wed, 15 May 2024 16:37:28 +0200 Subject: [PATCH] Update steamlocate The actual update already happened, but `cargo oudated` cannot handle the suffix, so we must update the `Cargo.toml` as well. --- lib/dtmt-shared/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dtmt-shared/Cargo.toml b/lib/dtmt-shared/Cargo.toml index 57b4a8c..b547dbe 100644 --- a/lib/dtmt-shared/Cargo.toml +++ b/lib/dtmt-shared/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" ansi_term = "0.12.1" color-eyre = "0.6.2" serde = "1.0.152" -steamlocate = "2.0.0-alpha.0" +steamlocate = "2.0.0-beta.2" time = { version = "0.3.19", features = ["formatting", "local-offset", "macros"] } tracing = "0.1.37" tracing-error = "0.2.0"