Skip to content

Commit

Permalink
Import riker-testkit as regular dependencies
Browse files Browse the repository at this point in the history
dev-dependency features can not be enabled conditionally currently,
see rust-lang/cargo#9060
  • Loading branch information
mankinskin committed Jan 10, 2021
1 parent 5bbe423 commit 872c217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ tokio = { version = "^0.2", features = ["rt-threaded", "macros"], optional = tru
[dev-dependencies]
log = "0.4"

[dev-dependencies.riker-testkit]
[dependencies.riker-testkit]
git = "https://github.com/mankinskin/riker-testkit"
branch = "tokio_executor"

0 comments on commit 872c217

Please sign in to comment.