Skip to content

Commit

Permalink
chore: release-please adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfonseca committed Oct 31, 2024
1 parent 903d4bc commit 62086dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[workspace]
package = { rust-version = "1.82.0" }
members = ["crates/plugin_request_id", "crates/plugins_api", "crates/proksi"]
resolver = "2"


[profile.dev]
opt-level = 0
incremental = true
Expand Down
4 changes: 3 additions & 1 deletion crates/plugins_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ keywords = ["proxy", "https", "reverse-proxy", "load-balancer", "pingora"]
categories = ["web-programming::http-server", "network-programming"]

authors = ["The Proksi Contributors <toaster.chicory-0b@icloud.com>"]
rust-version = "1.82.0"

readme = "../../README.md"
homepage = "https://github.com/luizfonseca/proksi"
repository = "https://github.com/luizfonseca/proksi"
rust-version.workspace = true
workspace = "../.."

[lib]
crate-type = ["cdylib"]
Expand Down
4 changes: 2 additions & 2 deletions crates/proksi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ exclude = [
".github/",
]
authors = ["The Proksi Contributors <toaster.chicory-0b@icloud.com>"]
rust-version = "1.82.0"
readme = "../../README.md"
homepage = "https://github.com/luizfonseca/proksi"
repository = "https://github.com/luizfonseca/proksi"

rust-version.workspace = true
workspace = "../.."

[dependencies]
TinyUFO = "0.3.0"
Expand Down

0 comments on commit 62086dc

Please sign in to comment.