Skip to content

Commit

Permalink
fixed doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
krojew committed Apr 12, 2023
1 parent edc4d69 commit 7bd1e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }

[dev-dependencies]
mockall = "0.11.4"
tokio = { version = "1.27.0", features = ["rt", "macros"] }
tokio = { version = "1.27.0", features = ["rt", "macros", "rt-multi-thread"] }

[[example]]
name = "00-basic-app"
Expand Down

0 comments on commit 7bd1e59

Please sign in to comment.