Skip to content

Commit

Permalink
Remove dependency on async_trait in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Feb 3, 2023
1 parent 1210578 commit 46bd37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions examples/apps/base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
swim = { path = "../../../swim" }
async-trait = "0.1"
swim = { path = "../../../swim" }
3 changes: 1 addition & 2 deletions examples/middleware/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ edition = "2021"

[dependencies]
swim = { path = "../../swim" }
tokio = { version = "1.23.0", features = ["full"] }
async-trait = "0.1"
tokio = { version = "1.23.0", features = ["full"] }

0 comments on commit 46bd37e

Please sign in to comment.