Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rust-version = { workspace = true } to crates Cargo.toml #975

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "salvo_core"
version = { workspace = true }
authors = ["Chrislearn Young <[email protected]>", "driftluo <[email protected]>"]
edition = { workspace = true }
rust-version = { workspace = true }
description = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions crates/cors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "salvo-cors"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
description = """
CORS support for salvo web server framework.
"""
Expand Down
1 change: 1 addition & 0 deletions crates/craft-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "salvo-craft-macros"
version = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
license = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions crates/craft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "salvo-craft"
version = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
license = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions crates/csrf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "salvo-csrf"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
description = """
CSRF support for salvo web server framework.
"""
Expand Down
1 change: 1 addition & 0 deletions crates/extra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "salvo_extra"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
description = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions crates/flash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "salvo-flash"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
description = """
Flash message support for salvo web server framework.
"""
Expand Down
1 change: 1 addition & 0 deletions crates/jwt-auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "salvo-jwt-auth"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
description = """
Jwt auth support for salvo web server framework.
"""
Expand Down
1 change: 1 addition & 0 deletions crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "salvo_macros"
version = { workspace = true }
authors = ["Chrislearn Young <[email protected]>", "driftluo <[email protected]>"]
edition = { workspace = true }
rust-version = { workspace = true }
description = "salvo proc macros"
homepage = { workspace = true }
repository = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions crates/oapi-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "salvo-oapi-macros"
version = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
description = "Macros for salvo-oapi"
license = { workspace = true }
documentation = "https://docs.rs/salvo-oapi-macros/"
Expand Down
1 change: 1 addition & 0 deletions crates/oapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "salvo-oapi"
version = { workspace = true }
edition = "2021"
rust-version = { workspace = true }
description = "OpenApi support for Salvo web framework"
readme = "./README.md"
license = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions crates/otel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "salvo-otel"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
description = """
OpenTelemetry support for salvo web server framework.
"""
Expand Down
1 change: 1 addition & 0 deletions crates/proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "salvo-proxy"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
description = """
TBD: Proxy support for salvo web server framework.
"""
Expand Down
1 change: 1 addition & 0 deletions crates/rate-limiter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "salvo-rate-limiter"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
description = """
Rate limiter middleware for salvo web server framework.
"""
Expand Down
1 change: 1 addition & 0 deletions crates/salvo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "salvo"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
description = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions crates/serde-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "salvo-serde-util"
version = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
description = "serde util for salvo."
license = { workspace = true }
documentation = "https://docs.rs/salvo-serde-util/"
Expand Down
1 change: 1 addition & 0 deletions crates/serve-static/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "salvo-serve-static"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
description = """
Serve static assets for salvo web server framework.
"""
Expand Down
1 change: 1 addition & 0 deletions crates/session/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "salvo-session"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
description = """
Session support for salvo web server framework.
"""
Expand Down
Loading