Skip to content

Commit 5759575

Browse files
authored
meta: Update cargo metadata (#927)
1 parent 77193f8 commit 5759575

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

sentry-actix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
repository = "https://github.com/getsentry/sentry-rust"
88
homepage = "https://sentry.io/welcome/"
99
description = """
10-
Sentry client extension for actix-web 3.
10+
Sentry integration for actix-web 4.
1111
"""
1212
edition = "2021"
1313
rust-version = "1.81"

sentry-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
repository = "https://github.com/getsentry/sentry-rust"
88
homepage = "https://sentry.io/welcome/"
99
description = """
10-
Core sentry library used for instrumentation and integration development.
10+
Core Sentry library used for instrumentation and integration development.
1111
"""
1212
edition = "2021"
1313
rust-version = "1.81"

sentry-log/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
repository = "https://github.com/getsentry/sentry-rust"
88
homepage = "https://sentry.io/welcome/"
99
description = """
10-
Sentry integration for log and env_logger crates.
10+
Sentry integration for the log and env_logger crates.
1111
"""
1212
edition = "2021"
1313
rust-version = "1.81"

sentry-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
repository = "https://github.com/getsentry/sentry-rust"
88
homepage = "https://sentry.io/welcome/"
99
description = """
10-
Sentry integration for tracing and tracing-subscriber crates.
10+
Sentry integration for the tracing and tracing-subscriber crates.
1111
"""
1212
edition = "2021"
1313
rust-version = "1.81"

sentry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
repository = "https://github.com/getsentry/sentry-rust"
88
homepage = "https://sentry.io/welcome/"
99
description = """
10-
Sentry (getsentry.com) client for rust ;)
10+
Sentry (sentry.io) client for Rust.
1111
"""
1212
edition = "2021"
1313
rust-version = "1.81"

0 commit comments

Comments
 (0)