Skip to content

Commit

Permalink
buffed salvo version for ci(0.49 yanked)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkmmon committed Aug 18, 2023
1 parent 3b9f84b commit 97731f0
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 97731f0

Please sign in to comment.