Skip to content

Commit

Permalink
fix: cargo patch leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
lostb1t committed Aug 12, 2023
1 parent 6035e7b commit 3424534
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ rstest = "0.18.1"
#[features]
#test = []

[patch.crates-io]
#salvo = {path = "../salvo"}
salvo-proxy = { path = "../salvo/crates/proxy" }
#salvo-websocket = { path = "../salvo/crates/websocket" }
salvo_core = { path = "../salvo/crates/core" }
#[patch.crates-io]
#salvo-proxy = { path = "../salvo/crates/proxy" }
#salvo_core = { path = "../salvo/crates/core" }

[profile.release]
debug = true

0 comments on commit 3424534

Please sign in to comment.