Skip to content

Commit

Permalink
Cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperCuber committed Feb 26, 2021
1 parent 9f7b59f commit 3e6c56e
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 62 deletions.
122 changes: 61 additions & 61 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ toml = "0.4.*"
watchexec = "=1.14.1"

[dev-dependencies]
mockall = "0.9.0"
mockall = "0.9.*"
# Enable this instead for better failure messages (on nightly only)
# mockall = { version = "0.9.*", features = ["nightly"] }

[target.'cfg(windows)'.dependencies]
dunce = "1.*"

0 comments on commit 3e6c56e

Please sign in to comment.