Skip to content

Commit

Permalink
Lock dependency versions in child crates
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-biel committed Sep 28, 2022
1 parent 5f5c695 commit c22709f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ test-case = { path = "../../../" }
tokio = { version = "=0.2.25", features = [ "rt-threaded", "macros" ] }
async-std = { version = "=1.6.0", features = ["attributes"] }
async-attributes = "=1.1.1"
once_cell = "=1.13.1"

[workspace]
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ doctest = false

[dev-dependencies]
test-case = { path = "../../../" }
pretty_assertions = "1.0.0"
pretty_assertions = "=1.2.1"

[workspace]

0 comments on commit c22709f

Please sign in to comment.