Skip to content

Commit

Permalink
Raise the minimum depending version of skeptic to v0.13.5
Browse files Browse the repository at this point in the history
Need to raise the version to avoid compile errors with old lib and
rand crates.
  • Loading branch information
tatsuya6502 committed Mar 21, 2022
1 parent 777edb9 commit 5c56801
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 @@ -72,7 +72,7 @@ tokio = { version = "1.16", features = ["rt-multi-thread", "macros", "sync", "ti
trybuild = "1.0"

[target.'cfg(skeptic)'.build-dependencies]
skeptic = "0.13"
skeptic = "0.13.5"

# https://docs.rs/about/metadata
[package.metadata.docs.rs]
Expand Down

0 comments on commit 5c56801

Please sign in to comment.