aboutsummaryrefslogtreecommitdiff
path: root/src-tauri
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-08-04 15:56:05 +0200
committerGitHub <noreply@github.com>2023-08-04 15:56:05 +0200
commite6de5f8e3d404cf9c0d1fe18d962d9430f81e418 (patch)
tree11b8eae0f6a6a93d0829bb749ec4a9d62c1aaf19 /src-tauri
parent3b7a91a5f28257e0c81b9994d1dcae24e7fe0ca8 (diff)
downloadFlightCore-e6de5f8e3d404cf9c0d1fe18d962d9430f81e418.tar.gz
FlightCore-e6de5f8e3d404cf9c0d1fe18d962d9430f81e418.zip
chore: Do not specify patch version for `sentry-log` (#484)
Allow to use whatever is newest patch release
Diffstat (limited to 'src-tauri')
-rw-r--r--src-tauri/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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