diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-08-04 15:56:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-04 15:56:05 +0200 |
commit | e6de5f8e3d404cf9c0d1fe18d962d9430f81e418 (patch) | |
tree | 11b8eae0f6a6a93d0829bb749ec4a9d62c1aaf19 /src-tauri | |
parent | 3b7a91a5f28257e0c81b9994d1dcae24e7fe0ca8 (diff) | |
download | FlightCore-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.toml | 2 |
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 |