From e6de5f8e3d404cf9c0d1fe18d962d9430f81e418 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Fri, 4 Aug 2023 15:56:05 +0200 Subject: chore: Do not specify patch version for `sentry-log` (#484) Allow to use whatever is newest patch release --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-tauri') diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 75bc7c4a..0f96f542 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -27,7 +27,7 @@ tauri = { version = "1.4", features = ["api-all", "dialog", "updater"] } tokio = { version = "1", features = ["full"] } # Sentry (crash) logging sentry = "0.31" -sentry-log = "0.30.0" +sentry-log = "0.30" # Find steam games steamlocate = "1.2" # Error messages -- cgit v1.2.3