Skip to content

Commit

Permalink
Dependency should have a n explicit version to be published
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed May 30, 2024
1 parent e27ad2a commit f29e634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rstest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ default = ["async-timeout"]
[dependencies]
futures = { version = "0.3.21", optional = true }
futures-timer = { version = "3.0.2", optional = true }
rstest_macros = { path = "../rstest_macros", default-features = false }
rstest_macros = { version = "0.20.0", path = "../rstest_macros", default-features = false }

[dev-dependencies]
actix-rt = "2.7.0"
Expand Down

0 comments on commit f29e634

Please sign in to comment.