Skip to content

Commit

Permalink
salvo: depend on salvo_core instead of salvo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Dec 20, 2024
1 parent b2d947c commit 7dcd8d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 36 deletions.
41 changes: 6 additions & 35 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ salvo_v074 = ["std", "dep:salvo_v074"]
[dependencies]
# Public
rocket_v05 = { package = "rocket", version = "0.5", default-features = false, optional = true }
salvo_v074 = { package = "salvo", version = "0.74", default-features = false, optional = true }
salvo_v074 = { package = "salvo_core", version = "0.74", default-features = false, optional = true }

# Private
html-escape = { version = "0.2", default-features = false }
Expand Down

0 comments on commit 7dcd8d8

Please sign in to comment.