Skip to content

Commit

Permalink
Update salvo to 0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Aug 18, 2023
1 parent a711a88 commit 2a8efed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/salvo_example/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
salvo-example-service = { path = "../service" }
tokio = { version = "1.29.0", features = ["macros", "rt-multi-thread"] }
salvo = { version = "0.49", features = ["affix", "serve-static"] }
salvo = { version = "0.50", features = ["affix", "serve-static"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
serde = { version = "1", features = ["derive"] }
tera = "1.19.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/salvo_example/entity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "src/lib.rs"

[dependencies]
serde = { version = "1", features = ["derive"] }
salvo = { version = "0.49" }
salvo = { version = "0.50" }

[dependencies.sea-orm]
path = "../../../" # remove this line in your own project
Expand Down

0 comments on commit 2a8efed

Please sign in to comment.