From 83e633fa1e118b318ab8485422ec3a529520f310 Mon Sep 17 00:00:00 2001 From: lcian <17258265+lcian@users.noreply.github.com> Date: Fri, 7 Nov 2025 09:20:34 +0100 Subject: [PATCH] meta: Update cargo metadata --- sentry-actix/Cargo.toml | 2 +- sentry-core/Cargo.toml | 2 +- sentry-log/Cargo.toml | 2 +- sentry-tracing/Cargo.toml | 2 +- sentry/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sentry-actix/Cargo.toml b/sentry-actix/Cargo.toml index 06f88f44..44d94485 100644 --- a/sentry-actix/Cargo.toml +++ b/sentry-actix/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" repository = "https://github.com/getsentry/sentry-rust" homepage = "https://sentry.io/welcome/" description = """ -Sentry client extension for actix-web 3. +Sentry integration for actix-web 4. """ edition = "2021" rust-version = "1.81" diff --git a/sentry-core/Cargo.toml b/sentry-core/Cargo.toml index da21ae27..81a5eeda 100644 --- a/sentry-core/Cargo.toml +++ b/sentry-core/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" repository = "https://github.com/getsentry/sentry-rust" homepage = "https://sentry.io/welcome/" description = """ -Core sentry library used for instrumentation and integration development. +Core Sentry library used for instrumentation and integration development. """ edition = "2021" rust-version = "1.81" diff --git a/sentry-log/Cargo.toml b/sentry-log/Cargo.toml index 1dcaa277..6b543174 100644 --- a/sentry-log/Cargo.toml +++ b/sentry-log/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" repository = "https://github.com/getsentry/sentry-rust" homepage = "https://sentry.io/welcome/" description = """ -Sentry integration for log and env_logger crates. +Sentry integration for the log and env_logger crates. """ edition = "2021" rust-version = "1.81" diff --git a/sentry-tracing/Cargo.toml b/sentry-tracing/Cargo.toml index c8885463..d647f8c5 100644 --- a/sentry-tracing/Cargo.toml +++ b/sentry-tracing/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" repository = "https://github.com/getsentry/sentry-rust" homepage = "https://sentry.io/welcome/" description = """ -Sentry integration for tracing and tracing-subscriber crates. +Sentry integration for the tracing and tracing-subscriber crates. """ edition = "2021" rust-version = "1.81" diff --git a/sentry/Cargo.toml b/sentry/Cargo.toml index c44a55a7..225df0c6 100644 --- a/sentry/Cargo.toml +++ b/sentry/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" repository = "https://github.com/getsentry/sentry-rust" homepage = "https://sentry.io/welcome/" description = """ -Sentry (getsentry.com) client for rust ;) +Sentry (sentry.io) client for Rust. """ edition = "2021" rust-version = "1.81"