Skip to content

Commit

Permalink
fix: Move rstest to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Jun 10, 2023
1 parent edc4b65 commit 2dd7e7d
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 @@ -11,7 +11,6 @@ env_logger = "0.10"
lazy_static = "1.4"
log = "0.4"
prometheus_exporter = "0.8"
rstest = "0.17"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simple_moving_average = "0.1"
Expand All @@ -22,6 +21,7 @@ chrono = "0.4.26"

[dev-dependencies]
criterion = {version = "0.5", features = ["async_tokio"]}
rstest = "0.17"

[features]
default = ["vnc"]
Expand Down

0 comments on commit 2dd7e7d

Please sign in to comment.