diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-02-13 23:03:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 23:03:12 +0100 |
commit | a21193ac96331267da256d5aa41039a4d452b7a4 (patch) | |
tree | ef20a9eb318192b1da5facff34ab4bc6a71da0a6 /src-tauri/Cargo.toml | |
parent | 3e317d30053de527ccdb929d3c2dffd42c8a8f3b (diff) | |
download | FlightCore-a21193ac96331267da256d5aa41039a4d452b7a4.tar.gz FlightCore-a21193ac96331267da256d5aa41039a4d452b7a4.zip |
chore: Bump sentry crate to 0.29.2 (#174)
Diffstat (limited to 'src-tauri/Cargo.toml')
-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 693aad9a..50efa51d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -19,7 +19,7 @@ serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } tauri = { version = "1.2", features = ["api-all", "updater"] } tokio = { version = "1", features = ["full"] } -sentry = "0.27.0" +sentry = "0.29.2" # Find steam games steamlocate = "1.0.2" # Error messages |