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"